View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002337 | Xdebug | Step Debugging | public | 2025-04-14 15:35 | 2025-12-04 14:50 |
| Reporter | barel | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.4.2 | ||||
| Target Version | 3.5dev | Fixed in Version | 3.5.0 | ||
| Summary | 0002337: Modify xdebug_add_stack_frame to always work on the passed execute_data | ||||
| Description | The xdebug_add_stack_frame function ignores the passed zdata parameter and always uses EG(current_execute_data) for this value. We should modify this function to use this passed value and stop using EG(current_execute_data). This will allow us to use this function to add stack frames which are not the current one. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 8.3.5-8.3.9 | ||||