HuyPV
Saturday, February 25, 2012
Env: XAMPP
Edit C:\xampp\php\php.ini
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
xdebug.remote_enable = On
Edit C:\Program Files\NetBeans 6.9.1\etc\netbeans.conf
Find the line containing “netbeans_default_options”.
Add the text “-J-Dorg.netbeans.modules.php.dbgp.level=400″ at the end of the line
From: http://www.khattam.info/howto-setup-step-debugging-php-in-netbeans-on-windows-with-xampp-2011-04-26.html
Title:
Netbeans PHP Xdebug
Description:
Env: XAMPP Edit C:\xampp\php\php.ini zend_extension = "C:\xampp\php\ext\php_xdebug.dll" xdebug.remote_handler = "dbgp...
...
Rating:
4