XDebug - Incompatible Debug Server Version [message #26980] |
Fri, 08 June 2007 20:21 |
Eclipse User |
|
|
|
Originally posted by: julian_eclipse.eugeniayjulian.com
I'm trying to get remote debuging with XDebug working and i'm getting this error
on Eclipse:
Incompatible Debug Server Version
Probably the remote debugger protocol does not match the expected protocol
version (2006040701)
On my win xp client I have
Eclipse 3.2.1
PDT S20070401-RC3
Example Mapper for XDebug 0.2.0 Support
Prebuilt Binary of XDebug Support V0.2.1 for PDT RC3 only
On my freebsd server i have
freebsd 4
php 5
XDebug 2.0RC4
This is what gets written on xdebug.remote_log:
Log opened at 2007-06-08 20:02:48
-> <init xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug"
fileuri=" file:///mnt/mujeres.esp.yahoo.com/home/julianj/www/test_debu g/index.php"
language="PHP" protocol_version="1.0" appid="48534"
idekey="ECLIPSE_XDEBUG"><engine
version="2.0.0RC4"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright
(c) 2002-2007 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1"
xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopped"
reason="ok"></response>
Log closed at 2007-06-08 20:02:51
Any ideas on what to do to get past this problem?
Thanks!
|
|
|
|
Re: XDebug - Incompatible Debug Server Version [message #28871 is a reply to message #28236] |
Fri, 15 June 2007 00:00 |
Eclipse User |
|
|
|
Originally posted by: julian_eclipse.eugeniayjulian.com
That was exactly the problem.
Thanks a lot Dave!
Dave Kelsey wrote:
> This problem occurs when you have the PDT Zend debugger listening on the
> same port you are using for XDebug.
>
> Make sure in the preferences page, that the xdebug port is not the same
> as the port defined for the zend debugger.
>
> Dave Kelsey
>
>
> Julian Jaramillo wrote:
>> I'm trying to get remote debuging with XDebug working and i'm getting
>> this error on Eclipse:
>>
>> Incompatible Debug Server Version
>> Probably the remote debugger protocol does not match the expected
>> protocol version (2006040701)
>>
>> On my win xp client I have
>> Eclipse 3.2.1
>> PDT S20070401-RC3
>> Example Mapper for XDebug 0.2.0 Support
>> Prebuilt Binary of XDebug Support V0.2.1 for PDT RC3 only
>>
>>
>> On my freebsd server i have
>> freebsd 4
>> php 5
>> XDebug 2.0RC4
>>
>>
>> This is what gets written on xdebug.remote_log:
>>
>> Log opened at 2007-06-08 20:02:48
>> -> <init xmlns="urn:debugger_protocol_v1"
>> xmlns:xdebug="http://xdebug.org/dbgp/xdebug"
>> fileuri=" file:///mnt/mujeres.esp.yahoo.com/home/julianj/www/test_debu g/index.php"
>> language="PHP" protocol_version="1.0" appid="48534"
>> idekey="ECLIPSE_XDEBUG"><engine
>> version="2.0.0RC4"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick
>> Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright
>> (c) 2002-2007 by Derick Rethans]]></copyright></init>
>>
>> -> <response xmlns="urn:debugger_protocol_v1"
>> xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopped"
>> reason="ok"></response>
>>
>> Log closed at 2007-06-08 20:02:51
>>
>>
>> Any ideas on what to do to get past this problem?
>>
>> Thanks!
|
|
|
|
Powered by
FUDForum. Page generated in 0.05262 seconds