Fluid debugging - output all variables

Viewed 5146

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?

1 Answers
Related