Xdebug not triggering
Hi, I'm having a very frustrating time trying to get debugging to work with Xdebug.
I think I have all the settings in PhpStorm as I'm able to get the debug panel
with "Waiting for incoming connection with ide key 'PHPSTORM'". At that point, I
then try to trigger debugging using the bookmarklet approach and reload my webpage.
...and nothing happens.
Any ideas what else I can try?
PhpStorm Version 2
php.ini
zend_extension= "C:\xampp\xampp\php\ext\php_xdebug-2.1.0-5.3-vc6.dll"
xdebug.remote_enable=true
xdebug.remote_port=9125
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\xampp\tmp"
PhpStorm log attached.
Thanks in advance!
Attachment(s):
idea.log.zip
Please sign in to leave a comment.
here's mine.
Hello Rick,
Sorry for delay.
It is not default port number. Did you set the same port number in PhpStorm debug settings?

Thank you for feedback!
michael,
Thanks for sharing!
Rick,
Do you still have an issue with Xdebug?