View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002371 | Xdebug | Step Debugging | public | 2025-10-08 09:56 | 2025-10-26 13:36 |
| Reporter | GromNaN | Assigned To | derick | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.4.6 | ||||
| Fixed in Version | 3.4.7 | ||||
| Summary | 0002371: Step debugging initialize lazy objects | ||||
| Description | When using step debugging with an uninitialized lazy object in the scope, the lazy objects are initialized. | ||||
| Steps To Reproduce | Code sample: <?php class User $reflection = new ReflectionClass(User::class); var_dump($reflection->isUninitializedLazyObject($user)); When running this script, the output is "true". | ||||
| Additional Information | Xdebug 3.4.6 | ||||
| Tags | No tags attached. | ||||
| Operating System | Mac OS 15.7.1 (24G231) | ||||
| PHP Version | 8.4-dev | ||||
|
|
Thanks! Altough this is a duplicate, you've managed to produce a nice and short reproducible script that likely will make it very possible for me to track this down and hopefully fix. |
|
|
|
|
|
Should be fixed in GIT (both xdebug_3_4 and master branch) — can you please check? |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-10-08 09:56 | GromNaN | New Issue | |
| 2025-10-08 11:55 | derick | Relationship added | has duplicate 0002359 |
| 2025-10-08 11:56 | derick | Note Added: 0007358 | |
| 2025-10-23 17:19 | derick | Note Added: 0007369 | |
| 2025-10-23 18:21 | derick | Assigned To | => derick |
| 2025-10-23 18:21 | derick | Status | new => closed |
| 2025-10-23 18:21 | derick | Resolution | open => fixed |
| 2025-10-23 18:21 | derick | Fixed in Version | => 3.4dev |
| 2025-10-23 18:21 | derick | Note Added: 0007372 | |
| 2025-10-26 13:36 | derick | Fixed in Version | 3.4dev => 3.4.7 |