View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001383 | Xdebug | Uncategorized | public | 2017-01-03 14:17 | 2017-02-07 17:36 |
Reporter | DevDonkey | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 2.2.5 | ||||
Summary | 0001383: view variables at breakpoint reordering array elements | ||||
Description | scenario: (when using phpstorm 2016.2) you have an array with the following structure (note last element is indexed '0'): array(5) { when you set a breakpoint, freeze the code and inspect the array in the debug window. The array will be displayed as: 0 = "test" instead of 1 = "first" | ||||
Steps To Reproduce | set appropriate breakpoint var_dump array instead of freezing to compare. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.6.25-5.6.29 | ||||
|
Can you make a remote log as per https://xdebug.org/support.php#remote ? I think this does not happen in Xdebug, but in PhpStorm instead. |
|
I can not reproduce this. PhpStorm 2016.3 does the right thing, as you can see at http://derickrethans.nl/files/dump/1383.png Please reopen if you can produce a short reproducible same as described at https://xdebug.org/support.php#remote |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-01-03 14:17 | DevDonkey | New Issue | |
2017-01-03 15:19 | derick | Note Added: 0004106 | |
2017-01-03 15:19 | derick | Assigned To | => derick |
2017-01-03 15:19 | derick | Status | new => feedback |
2017-02-07 17:36 | derick | Note Added: 0004206 | |
2017-02-07 17:36 | derick | Status | feedback => resolved |
2017-02-07 17:36 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |