xdebug configuration
After installing wamp, xdebug is installed by default. In order to use netbeans for remote debugging, you need to add a few sentences to the configuration file
<span [</span><span xdebug</span><span ]</span><span
xdebug.remote_enable </span>=<span on
xdebug.remote_handler</span>=<span dbgp
xdebug.remote_host</span>=<span localhost
xdebug.remote_port</span>=9000
Copy after login
Netbeans configuration
Tool Options
- General=>Web Browser=>Firefox
- PHP=>General=>PHP 5 Interpreter=>binphpphp5.x.xxphp.exe
- PHP=>Debugging: Just default here. The default is port 9000
Debugging
Open the file you want to debug and select the "Debug=>Debug File" menu
http://www.bkjia.com/PHPjc/440363.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/440363.htmlTechArticlexdebug configuration After wamp is installed, xdebug is installed by default. In order to be able to use netbeans for remote debugging, in the configuration file I have to add a few words = = = =9000 Netbeans Configuration Tool Options General = Web Browser...