[TIMOB-3762] Debugger: Titanium objects toString() should be [object TiXX] instead of [Ti.XX]
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-15T09:24:06.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:06:40.000+0000 |
Updated | 2011-05-15T09:24:06.000+0000 |
Steps to test: - In any breakpoint, check the value of a Titanium View or other Titanium object. The String that shows on the right side of the debugger should be [object Ti.XX]
Verified that [object Type] showed up in the debug variables.