[TIMOB-6698] iOS: Debugger - debugger variables are not alphabetically sorted
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2012-10-26T22:06:25.000+0000 |
| Affected Version/s | Release 1.7.5, Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | parity |
| Reporter | Dustin Hyde |
| Assignee | Ingo Muschenetz |
| Created | 2011-12-15T11:24:57.000+0000 |
| Updated | 2014-06-19T12:44:01.000+0000 |
Description
In the Android debugger, debugger variables are alphabetically sorted. Screenshot attached.
Should be sorted by local and global like v8 and iOS
Steps to Reproduce:
1. Create a new project in studio called debug_test
.
2. Move the .js files from the debug test project in titanium_mobile_tests_internal.
3. Refer to the test plan at http://wiki.appcelerator.org/display/tp/Debugger+Test+Plan
.
4. Execute test case 1014 up to Step 5 (in iOS).
Expected Result:
Variables should be in global and local order.
Actual Result:
Variables are in alphabetical order.
Attachments
| File | Date | Size |
|---|---|---|
| iOS.png | 2011-12-15T11:24:57.000+0000 | 42638 |
| rhino.png | 2011-12-15T11:24:57.000+0000 | 53391 |
Closing as Duplicate of TIMOB-4161.