how to get rid of the following Incompatible debugger version error :
php.ini setting :
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"
Check this at below link this help in my case too.
Click here It seems to be a bug in Eclipse PDT and according to this report: Bug 271071 - "Incompatible debugger version" when not debugging, the bug seems to fix itself when you close ALL projects in the workspace and then reopen whichever you need.
Personally I have solved it by changing the debug ports in "Preferences -> PHP -> Debug -> Installed Debuggers", with these values:
Zend Debugger (30000)
XDebug (19000)
That Works for me, maybe you have to try another ports.
I found the answer, port were miss matching b/w php.ini and eclipse.
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