how to get rid of the following Incompatible debugger version error :
php.ini setting :
xdebug.remote_enable=true
xdebug.remote_host=localhost
x开发者_如何学运维debug.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.
With me it was an add-on in firefox interfering (the errors didn't show up when firefox was closed). I believe it was an add-on from muTorrent, named Conduit, but I deleted several at the same time. After this the error stopped showing up.
The FF plugin muTorrent was my case too. Actually the muTorrent has a malicious behavior, during installation even I've unchecked all the extras still all my browsers have the extension installed, My suggestion is to uninstall everything has to do with the program.
精彩评论