[TIMOB-3760] Debugger: InterpretedFunction toString() should be [object Function]
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-15T10:25:00.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:05:25.000+0000 |
| Updated | 2011-05-15T10:25:00.000+0000 |
Steps to test: - Set a breakpoint with a global function defined, i.e.
- for the "x" variable in the Variables view, the right side should say [object Function]function x() {}Visual verification.