Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3759] Debugger: NativeArray toString() should be [object Array]

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-05-15T10:30:20.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sRelease 1.7.0, Sprint 2011-17
ComponentsAndroid
Labelsandroid, debugger, parity
ReporterMarshall Culpepper
AssigneeMarshall Culpepper
Created2011-04-27T13:04:49.000+0000
Updated2011-05-15T10:30:20.000+0000

Description

Comments

  1. Marshall Culpepper 2011-05-15

    Steps to test: - Set an array in the global scope, i.e:
       var x = [1, 2, 3];
       
    - Set a breakpoint, and when it hits, "x" in the Variables view should say [object Array] on the right side
  2. Don Thorp 2011-05-15

    Verified [object Array] was shown.

JSON Source