View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001949 | Xdebug | Step Debugging | public | 2021-02-18 23:54 | 2021-10-04 09:32 |
| Reporter | gbell | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | PHP cli | OS | Ubuntu | OS Version | 20.04 |
| Product Version | 2.9.2 | ||||
| Target Version | 3.1dev | Fixed in Version | 3.1.0 | ||
| Summary | 0001949: private properties for internal classes can't be fetched for debugging | ||||
| Description | But Xdebug won't show SplDoublyLinkedLists. Tried PHPStorm and Vdebug in Vim. [3704398] <- property_get -i 14 -n "$stack->SplDoublyLinkedListdllist" -d 0 | ||||
| Steps To Reproduce |
| ||||
| Additional Information | $ php -v | ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu 20.04 | ||||
| PHP Version | 7.4.0-7.4.4 | ||||
|
|
Typo in description, sorry. Should be: |
|
|
This seems likely, as I've only covered certain SPL classes: https://github.com/xdebug/xdebug/blob/master/src/lib/var.c#L277-L311 |
|
|
Your phpinfo() says "Xdebug v2.9.2", so please upgrade to 3.0.2 first too, as Xdebug 2 is no longer supported |
|
|
Sorry, that was the wrong php instance. Correct information: PHP 7.3.27 (cli) (built: Feb 4 2021 18:57:50) ( NTS ) |
|
|
|