View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002323 | Xdebug | Step Debugging | public | 2025-02-28 21:17 | 2025-03-09 16:08 |
| Reporter | RexSchrader | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.2.2 | ||||
| Fixed in Version | 3.4.2 | ||||
| Summary | 0002323: xdebug_notify() does not respect xdebug.var_displaymax* Settings | ||||
| Description | When outputing arrays with nested arrays via xdebug_notify, I'm expecting to see multiple levels of output. Instead I'm only seeing a depth of 1. I update the At very least it should be outputting at a depth of 3, the default. I don't know if this is a function of PHPStorm, which I am using to view the output, or if it's a function of XDEBUG. | ||||
| Steps To Reproduce | Test Code:
Output: | ||||
| Tags | No tags attached. | ||||
| Operating System | Windows 11 | ||||
| PHP Version | 8.0.20-8.0.29 | ||||