View Issue Details

IDProjectCategoryView StatusLast Update
0000384XdebugStep Debuggingpublic2020-03-12 16:59
Reportertoddw Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Summary0000384: 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.

TagsNo tags attached.
Operating System
PHP Version5.2.6

Activities

derick

2009-11-22 16:27

administrator   ~0001152

Didn't you submit a patch for this? I can't find it anywhere :-/

toddw

2009-11-23 18:54

reporter   ~0001175

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.

toddw

2009-11-26 21:07

reporter   ~0001177

Sort feature discussion and initial patch can be found here:
http://bugs.activestate.com/show_bug.cgi?id=78671

derick

2016-12-04 19:28

administrator   ~0003933

Original reporter's email address bounces.

Issue History

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