View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002135 | Xdebug | Step Debugging | public | 2022-11-03 16:55 | 2022-12-08 18:51 |
Reporter | barel | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Ubuntu | ||||
Product Version | 3.1.5 | ||||
Target Version | 3.2dev | Fixed in Version | 3.2.0 | ||
Summary | 0002135: Xdebug stops twice at the same line after a call breakpoint or xdebug_break() | ||||
Description | When stopping in a function after a call breakpoint and then doing a step_into or step_over it will stop at the same line | ||||
Steps To Reproduce | Run test -> run -i 2 -> step_into -i 3 What I would expect to see: -> run -i 2 -> step_into -i 3 What we see is that the debugger stops at line 13 after reaching the call breakpoint (which is correct) but then after running step_into we are still at line 13 and I would expect us to be at line 14 (since line 13 contains a single statement) | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.4.30-7.4.39 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-11-03 16:55 | barel | New Issue | |
2022-11-04 16:00 | derick | Assigned To | => derick |
2022-11-04 16:00 | derick | Status | new => acknowledged |
2022-11-10 08:53 | derick | Target Version | => 3.2dev |
2022-11-10 08:53 | derick | Summary | Xdebug stops twice at the same line after a call breakpoint => Xdebug stops twice at the same line after a call breakpoint or xdebug_break() |
2022-11-10 08:53 | derick | Note Added: 0006446 | |
2022-11-10 09:08 | derick | Status | acknowledged => closed |
2022-11-10 09:08 | derick | Resolution | open => fixed |
2022-11-10 09:08 | derick | Fixed in Version | => 3.2dev |
2022-11-10 09:50 | derick | Fixed in Version | 3.2dev => 3.2.0RC2 |
2022-12-08 18:51 | derick | Fixed in Version | 3.2.0RC2 => 3.2.0 |