View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000384 | Xdebug | Step Debugging | public | 2008-07-08 00:54 | 2020-03-12 16:59 |
Reporter | toddw | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Summary | 0000384: send variables and properties in sorted order | ||||
Description | Currently, xdebug does not perform any sorting of variables before it sends the information to the IDE (i.e. context_get, ...). Because the xdebug protocol also supports paging, it makes it impractical for the IDE to perform the variable sorting (as the IDE may not have received all the variables yet). I'd like to see xdebug perform a case-insensitive sort on the variables before sending to the IDE. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.6 | ||||
|
Didn't you submit a patch for this? I can't find it anywhere :-/ |
|
No, I know Eric (from ActiveState) was working on a patch for this feature - though I don't believe it's been submitted yet. I'll ping him on the status of it. |
|
Sort feature discussion and initial patch can be found here: |
|
Original reporter's email address bounces. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-07-08 00:54 | toddw | New Issue | |
2009-11-22 16:27 | derick | Note Added: 0001152 | |
2009-11-22 16:27 | derick | Status | new => feedback |
2009-11-23 18:54 | toddw | Note Added: 0001175 | |
2009-11-26 21:07 | toddw | Note Added: 0001177 | |
2016-12-04 19:11 | derick | Assigned To | => derick |
2016-12-04 19:11 | derick | Status | feedback => new |
2016-12-04 19:28 | derick | Note Added: 0003933 | |
2016-12-04 19:28 | derick | Status | new => resolved |
2016-12-04 19:28 | derick | Resolution | open => won't fix |
2020-03-12 16:55 | derick | Severity | minor => feature |
2020-03-12 16:59 | derick | Category | Feature/Change request => Step Debugging |