I work on PHP code with NetBeans and Xdebug. I use Xdebug for step-by-step debugging and the like. I\'m able to debug the flow of the default request, but not the flows generated by specific _get/_po
I\'ve just discovered PHP debugging using xdebug integrated in netbeans IDE and I think it\'s great! how did I live without it? :)
I\'ve got xdebug installed fine (showing up in phpinfo()) but I\'m trying to get it to work with PHPUnit\'s code coverage functionality. It keeps telling me \"The XDebug extension is not loaded\". I\'
I have the following use case for debugging a PHP application: The developer does have a private IP address
I have added following lines into php.ini [XDebug] zend_extension = C:\\PROGRA~1\\PHP5\\ext\\php_xdebug-2.1.0-5.3-vc9.dll
I\'m using xdebug with PHP to do some performance profiling. But when I run the same script more than once, I often get very different times. So it\'s hard to know how much faith to put in the results
Is there a specific version of xDebug I should install if I\'m running PHP 5.2.10 on my Linux box?开发者_如何学JAVAThe Windows binaries generally work for every mini release for the mentioned PHP vers
Are there any tools that can analyze a folder full of xdebug dumps in aggregate? When we enabled Xdebug profiling on our production server for short periods of time, we always end up with hundreds of
I\'m working on one web application. I wanted to开发者_C百科 provide interactive debugging to my web application, so i have installed xdebug on my machine( windows ) successfully. Done with all the co
I\'m working on one application. I am using Eclipse php Helios IDE for developing php application. I wanted to know below things related to this IDE, so that i can implement PHP application instantl