View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000284 | Xdebug | Uncategorized | public | 2007-06-18 16:15 | 2007-07-05 20:09 |
| Reporter | incastrix | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Summary | 0000284: Step_over on breakpointed line | ||||
| Description | if a breakpoint is set to a line and step_over to this I have to step_over a time again to go to next line after breakpointed line. | ||||
| Additional Information | code: $dummy = null; DBG I/O: breakpoint_set -i 6 -t line -f file:///var/www/coop/stepover.php -n 2 <?xml version=\"1.0\" encoding=\"iso-8859-1\"?> run -i 7 <?xml version=\"1.0\" encoding=\"iso-8859-1\"?> stack_get -i 8 <?xml version=\"1.0\" encoding=\"iso-8859-1\"?> step_over -i 11 <?xml version=\"1.0\" encoding=\"iso-8859-1\"?> stack_get -i 12 <?xml version=\"1.0\" encoding=\"iso-8859-1\"?> step_over -i 14 <?xml version=\"1.0\" encoding=\"iso-8859-1\"?> | ||||
| Tags | No tags attached. | ||||
| Operating System | Debian AMD64 lenny/sid | ||||
| PHP Version | 5.2-dev | ||||
|
|
I can not reproduce this: code: <?xml version="1.0" encoding="iso-8859-1"?> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///home/httpd/html/test/xdebug/bug284.php" language="PHP" protocol_version="1.0" appid="23578" idekey="dr"><engine version="2.0.0RC5-dev"><![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> (cmd) breakpoint_set -i 6 -t line -f file:///home/httpd/html/test/xdebug/bug284.php -n 2 <?xml version="1.0" encoding="iso-8859-1"?> (cmd) run -i 7 <?xml version="1.0" encoding="iso-8859-1"?> (cmd) stack_get -i 8 <?xml version="1.0" encoding="iso-8859-1"?> (cmd) step_over -i 11 <?xml version="1.0" encoding="iso-8859-1"?> (cmd) stack_get -i 12 <?xml version="1.0" encoding="iso-8859-1"?> (cmd) step_over -i 14 <?xml version="1.0" encoding="iso-8859-1"?> As you can see it correctly goes to line 4. Do you perhaps have other commands that your log is missing - and do my line numbers match with yours? |
|
|
Sorry missing a breakpoint at line 3. Command log: breakpoint_set -i 4 -t line -f file:///var/www/coop/stepover.php -n 3 breakpoint_set -i 5 -t line -f file:///var/www/coop/stepover.php -n 2 run -i 12 <?xml version="1.0" encoding="iso-8859-1"?> step_over -i 16 <?xml version="1.0" encoding="iso-8859-1"?> step_over -i 19 <?xml version="1.0" encoding="iso-8859-1"?> |
|
|
Fixed in CVS, thanks for your report. |