[TIMOB-3759] Debugger: NativeArray toString() should be [object Array]
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-15T10:30:20.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | Release 1.7.0, Sprint 2011-17 |
| Components | Android |
| Labels | android, debugger, parity |
| Reporter | Marshall Culpepper |
| Assignee | Marshall Culpepper |
| Created | 2011-04-27T13:04:49.000+0000 |
| Updated | 2011-05-15T10:30:20.000+0000 |
Steps to test: - Set an array in the global scope, i.e:
- Set a breakpoint, and when it hits, "x" in the Variables view should say [object Array] on the right sideVerified [object Array] was shown.