Problem Description
I am using [xdebug][1] (php_xdebug-2.1.2-5.3-vc9.dll) on [WAMP][2]. When I use `var_dump` on a large object or variable it does not show the full variable.
array
'node' =>
array
'my_form' =>
array
'form' =>
array
...
Without xdebug it shows as should be expected. I looked at the documentation but did not see a solution. Does anyone know how I can fix this so xdebug `var_dump` shows the *full* object?
[1]: http://xdebug.org/
[2]: http://www.wampserver.com/en/
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?