View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002367 | Xdebug | Step Debugging | public | 2025-09-19 09:30 | 2025-10-06 10:50 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 3.5dev | Fixed in Version | 3.5.0alpha2 | ||
Summary | 0002367: Debugger should not break on return out of include files when return value debugger is enabled | ||||
Description | When stepping (next) the debugger will stop at the implicit return at the end of each (included) file too. We should skip that. This is quite common for including class files, which (besides) the class will generate an op_array, that consists of three opcodes: If more than one class is loaded, or when classes include static members, then there will be more | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.3.5-8.3.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-09-19 09:30 | derick | New Issue | |
2025-10-06 09:12 | derick | Note Added: 0007355 | |
2025-10-06 09:36 | derick | Assigned To | => derick |
2025-10-06 09:36 | derick | Status | new => closed |
2025-10-06 09:36 | derick | Resolution | open => fixed |
2025-10-06 09:36 | derick | Fixed in Version | => 3.5dev |
2025-10-06 10:50 | derick | Fixed in Version | 3.5dev => 3.5.0alpha2 |