Configure Notepad++ DBGP plugin and XDebug for PHP
- by Wasim
I followed these steps:
download x-debug*.dll to D:\Program Files\webserver\php\ext\php_xdebug.dll
modify php.ini and insert following
zend_extension_ts="D:\Program Files\webserver\php\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.idekey=default
xdebug.remote_autostart=1
restart apache and XDebug is successfully installed.
DBGP is installed successfully and configured with 127.0.0.1
but XDebugger is still not connecting/working with notepad++.