Top "Xdebug" questions

Xdebug is a PHP extension with developing aids, a profiler, an interactive debugging, and a code coverage information gatherer.

How do you debug PHP scripts?

How do you debug PHP scripts? I am aware of basic debugging such as using the Error Reporting. The breakpoint …

php eclipse debugging phpstorm xdebug
Solution for "Fatal error: Maximum function nesting level of '100' reached, aborting!" in PHP

I have made a function that finds all the URLs within an html file and repeats the same process for …

recursion xdebug php
How to get xdebug var_dump to show full object/array

I am using xdebug (php_xdebug-2.1.2-5.3-vc9.dll) on WAMP. When I use var_dump on a large object …

php xdebug
How to disable XDebug

I think that my server became slow since I installed XDebug. So, in order to test my hypothesis I want …

php xdebug apc
Check if xdebug is working

Without installing a texteditor or an IDE, is it possible to test if xdebug is working, i.e. if it …

php xdebug
Increasing nesting function calls limit

There is one very bad limit in PHP: if you call some function a1() that calls a2(), that calls a3... …

php xdebug
How to trigger XDebug profiler for a command line PHP script?

XDebug offers the configuration directive "xdebug.profiler_enable_trigger" that allows to activate profiling by passing the GET or POST …

php configuration command-line profiling xdebug
Disabling xdebug when running composer

When running composer diagnose, I get the following error : The xdebug extension is loaded, this can slow down Composer a …

php composer-php xdebug
netbeans shows "Waiting For Connection (netbeans-xdebug)"

need help to configure xdebug, for debugging projects from IDE netbeans. These are the features of my components: XAMPP 1.8.2 PHP: 5.4.16 …

php windows apache netbeans xdebug
Debugging php-cli scripts with xdebug and netbeans?

I have managed to initiate php-cli script debug session from the IDE itself, but I need to start the debugging …

command-line netbeans xdebug php