XDebug offers the configuration directive xdebug.profiler_enable_trigger that allows to activate profiling by passing the GET or POST parameter “XDEBUG_PROFILE” when calling a script via HTTP. This is handy if...
I am using xdebug (php_xdebug-2.1.2-5.3-vc9.dll) on WAMP. When I use var_dump on a large object or variable it does not show the full variable. array 'node' => array 'my_form'...
Closed. This question needs to be more focused. It is not currently accepting answers. Closed 5 years ago. Locked. This question and its answers are locked because the question...