🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

PHP Eclipse Xdebug

Started by
2 comments, last by MikeCyber 3 years, 8 months ago

Hi

I can't get Eclipse to stop on breakpoints with xdebug/xampp. Any hints what could have gone wrong? I've followed many tutorials without luck.

Thanks

Advertisement

IIRC you need to enable debugging in php.ini. You might already have done this, sorry I can't recall any other possible fixes off the top of my head.

Solution was to correct the full path:

Make sure you defined zend_extention with ABSOLUTE path in the php.ini:

e.g.: zend_extension=D:\SANDBOX\server\php\php_xdebug-2.1.0-5.3-vc6.dll

This topic is closed to new replies.

Advertisement