Fluid debugging - output all variables
Asked Answered
S

1

6

I try to output all variables from my view like this:

<f:debug title="all"> {_all} </f:debug>

But I only get this output:

enter image description here

I used to get an array which I can open and inspect deeper.

Why does it render like this?

Sunbow answered 29/5, 2017 at 14:31 Comment(0)
H
17

Plz remove the spaces before and after {_all}. You should have:

<f:debug title="all">{_all}</f:debug>
Huan answered 29/5, 2017 at 14:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.