View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002114 | Xdebug | Step Debugging | public | 2022-09-01 15:21 | 2022-09-02 07:42 |
Reporter | maxim.kolmakov | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 3.2.0alpha3 | ||||
Summary | 0002114: Local variables are not shown on Return Value debug step | ||||
Description | How to reproduce:
function myMethod($b) $foo = 1;
| ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.0.10-8.0.19 | ||||
|
This is currently expected. In the inter-frame between return and the assignment of the return value, the function's stack and the variables that belong here have already been destroyed. I'm leaving this open to see if I can do something about it, but I can't guarantee that it is even possible. |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-01 15:21 | maxim.kolmakov | New Issue | |
2022-09-02 07:41 | derick | Note Added: 0006370 | |
2022-09-02 07:42 | derick | Severity | minor => feature |
2022-09-02 07:42 | derick | Status | new => confirmed |