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 | |||
| 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 | ||||