Skip to content

Xdebug for NetBeans

Add the following to php.ini

[xdebug]
xdebug.remote_enable = on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=”netbeans-xdebug”
xdebug.remote_autostart=on
xdebug.profiler_enable = on
xdebug.profiler_enable_trigger = on

Might also need to add the following to php.ini:
xdebug.remote_autostart=on