I followed these steps:
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++.
i found the answer here
http://thecancerus.com/debugging-php-using-xdebug-and-notepad-part-i/
Make sure you have latest version of Notepad++ is installed.
XDebug now have their very own wizard.
http://xdebug.org/wizard.php
All you have to do is copy and paste the contents of your phpinfo output into it. It'll provide you with the correct library and the details that you need to add to your php.ini.
Dont forget that you have to append your URL with ?XDEBUG_SESSION_START=name
to kick things off.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With