Advertisement

PHP Eclipse Xdebug

Started by October 25, 2020 08:49 AM
2 comments, last by MikeCyber 3 years, 11 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

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.

Advertisement

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