Friday 15 February 2013

php - Xdebug - change var_dump nesting level -


Hello, I was able to Aksdebg extension, but when I dump a large array (or 1000 positions) then xdebug find suppress values ​​..

  object (stdClass) [213] publicly.  

'OrderGateBelestatus Result' = & gt; Object (SD class) [214] Public 'OrderDeo' = & gt; Array (size = 3) 0 = & gt; Object (stdClass) [215] ... 1 = & gt; Object (SD class) [230] ... 2 = & gt; Object (stdClass) [266] ...

to your Xdebug < / code> settings, take a look at this page:

  xdebug.var_display_max_children xdebug.var_display_max_data xdebug.var_display_max_depth   

your php.ini < / Code> or xdebug.ini . To get the levels up to nest in your case is xdebug.var_display_max_depth = -1 .

No comments:

Post a Comment