xdegug cannot step to next line in php view
I am using Eclipse for PHP Luna Service Release 1 (4.4.1), and try to install xdebug for debugging. I follow this blog for for setting xdebug on xampp 1.8.1. Follow is my php.ini settings. [XDebug] zend_extension = "C:\xampp\php\ext\php_xdebug.dll" xdebug.remote_enable = 1 xdebug.remote_handler = "dbgp" Basically it will stop on the break point i set, but then i press [F6], it will not go to next line. But in debug dialog window, line number keep going, and variables also change too. Does anyone knows what wrong on this? thanks. Yes, this seems to be a bug, I hit it after updating. It does