Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting incompatible debugger version error in eclipse PHP

Tags:

php

eclipse

Getting incompatible debugger version The remote debugger version might not match the expected protocol version (2006040705). Show error pop up after after every some time

I am using

Eclipse for PHP Developers

Version: Helios Service Release 1 Build id: 20100917-0705

like image 547
Vicky Avatar asked Dec 29 '10 05:12

Vicky


3 Answers

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.

Regards

like image 79
camikiller Avatar answered Nov 18 '22 03:11

camikiller


I got same problem and the cause is related to the bittorrent / utorrent browser toolbar. You should remove the toolbar and restart the browsers to fix it.

like image 20
radhouano Avatar answered Nov 18 '22 02:11

radhouano


Changing default ZendDebugger and XDebug ports helps.

like image 35
avmusa Avatar answered Nov 18 '22 02:11

avmusa