Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
Maximum nesting level for Debug::dump
Marcus
March 2014
Hi,
is there any "hidden" parameter or action, which allows me to set a higher value
for "max_nesting_level".
I tried to debug my nested set tree, but after the defined 5 levels i got only "...".
With var_dump() it works fine, but i love the Debug functionality.
Thanks a lot.
Greets
Marcus
Harro
March 2014
Accepted Answer
Not exactly hidden, just not documented...
;-)
\Debug::$max_nesting_level = 5;
\Debug::$js_toggle_open = false;
You can change both the maximum nesting level, and whether or not everything is collapsed (default) or expanded.
Marcus
March 2014
Thanks!
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
March 2014
Marcus
March 2014