I\'ve been scouring every resource I could find, but came up empty. I get the dreaded \"Waiting for Connection\" message in NetBeans 6.9 when I start a debug session. After much reading, most folks ar
I\'m using (or trying to anyway) use the bundled XDebug with XAMPP 1.7.2. It comes bundled with Apache 2.2.12, PHP 5.3.0, XDebug 2.0.5 and Zend (not sure on version)
I am running Apache 2.2.15 with PHP 5.3.2, \'display_errors\' disabled, \'display_startup_errors\' disabled, \'log_errors\' enabled.
I\'ve been trying to configure xdebug to work along with netbeans, my current configuration is [xdebug]
I would like to update my local working environment to be stricter in an effort to improve my code. I know that my code is okay, but as with most things there is always room for improvement.
I know what you\'re thinking, ANOTHER netbeans xdebug post? Well, I\'ve tried everything I\'ve seen in other posts, and nothing seems to work.Here\'s my setup:
My netbeans does not work the breakpoints using xdebug, my configuration looks correct, so I configured the first time I ran up to stop debugging the first time since then has never worked, someone ha
I am trying to install xdebug on wamp server. With this code: zend_extension_ts=\"c:/wamp/bin/php/php5.3.0/ext/php_xdebug-2.1.0RC1-5.3-vc9.dll\"
I\'m new to php and I\'m using xampp, eclipse pdt, xdebug. I\'ve set xdebug so that I can debug my site on apache but when I click \'debug as web page\' in the eclipse ide only the breakpoint in the p
I have managed to initiate php-cli script debug session from the IDE itself, but I need to start the debugging session from the shell / command line. These are rather complex maintenance PHP scripts w