View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002376 | Xdebug | Uncategorized | public | 2025-10-26 13:54 | 2025-11-06 16:23 |
| Reporter | HypeMC | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0002376: Variables not shown when lazy objects are used | ||||
| Description | Product version is 3.4.7-dev, but it's not in the select menu. When using PHP's lazy objects, the variable list in the PHPStorm debugger occasionally appears empty. Here's a simple example: | ||||
| Steps To Reproduce |
| ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu 22.04 | ||||
| PHP Version | 8.4.10-8.4.19 | ||||
|
|
Like 0002377, this also seems to be a PhpStorm issue. It works fine with VS Code, and with PhpStorm, Xdebug does send the variables over when it's at that first var_dump(): |