View Issue Details

IDProjectCategoryView StatusLast Update
0000115Xdebugpublic2006-01-24 22:42
Reporterjuergen Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Summary0000115: remote debugging with php 5.0.3
Description

in combination with weaverslave remote debugging I have the following problems:
the connection starts (see protocoll)
but the breakpoint was not reached.

protocol:
------begin of protocoll with php 5.0.3 -----------
This is Xdebug version 2.0.0beta3-dev.
Copyright 2002, 2003, 2004 by Derick Rethans,

option response_format 1
break D|/xampp/htdocs/phpinfo.php:2
run
?init D:\xampp\htdocs\phpinfo.php
+OK
?init D:\xampp\htdocs\phpinfo.php
<xdebug><data><code>1</code><message>Breakpoint set on file:line combination.</message></data></xdebug>
+OK
?init D:\xampp\htdocs\phpinfo.php
<xdebug><run><program>D:\xampp\htdocs\phpinfo.php</program></run></xdebug>
+OK
------ end of protocoll with php 5.0.3 ----------------
.... with xdebug 1.3.2 and php 4.3.10 I get these additional
lines ... and so all is ok!
---------begin additional protocoll ------------------
<xdebug><break><breakpoint><function><name>{main}</name><params></params></function><file>D:\xampp\htdocs\phpinfo.php</file><line>0</line></breakpoint><line file='D:\xampp\htdocs\phpinfo.php' no='2'> echo "abc ";</line></break></xdebug>
bt
show-local
?cmd
<xdebug><backtrace><stackframe><level>1</level><function><name>{main}</name><params></params></function><file>D:\xampp\htdocs\phpinfo.php</file><line>0</line></stackframe></backtrace></xdebug>
+OK
?cmd
<xdebug><show></show></xdebug>
+OK
?cmd
------------ end additional protocoll -------------------

configuration in php.ini:

[Zend]
zend_extension_ts="d:\xampp\php\ext\php_xdebug_5_0__2_0dev.dll"
xdebug.remote_enable=on
xdebug.remote_mode=req
xdebug.remote_handler=gdb
xdebug.remote_host=localhost
xdebug.remote_port=17869

;nur Xdebug 2
xdebug.extended_info=1

Additional Information

xampp: 1.4.11 with php 5.03
PHP API 20031224
PHP Extension 20041030
Zend Extension 220040412

TagsNo tags attached.
Operating Systemtestet with windows 2000 and XP
PHP Version5.0.4

Activities

juergen

2005-02-16 13:51

reporter   ~0000231

I have also contact to Thomas Weinert - the autor of weaverslave.
His point of view ist: the error is not in weaverslave.
Is the "old" GDB-Protocoll furthermore supported in V 2.0 and is there any change in the GDB-protocoll from 1.3.2 to 2.0 ?

derick

2006-01-17 23:25

administrator   ~0000346

Is this still an issue for you?

derick

2006-01-24 22:42

administrator   ~0000363

Can't reproduce this, nor did I receive any feedback whether this still is an issue. Please reopen when you can provide the requested information.