[TIMOB-3756] Android: Function arguments show local scope variables in debugger
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-05T13:44:32.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-32, Release 1.8.0 |
Components | Android |
Labels | parity |
Reporter | Marshall Culpepper |
Assignee | Vikramjeet Singh |
Created | 2011-04-27T13:01:17.000+0000 |
Updated | 2011-11-05T13:44:32.000+0000 |
Description
Functions show all local scope variables in their argument list (but shouldn't)
must have gotten auto-assigned to me. Moving to Marshall.
To verify this fix: * In Titanium Studio, enter this code in app.js, and add breakpoints where directed:
* Debug the application on the emulator * When the breakpoint in
myFn
hits, look at the expanded stack. At the top, you should seemyFn(a, b, c)
instead of (the fail case)myFn(a, b, c, d, e)
* Click "Resume" * When the breakpoint inmyFn2
hits, look at the expanded stack. At the top, you should seemyFn2()
with no arguments, instead of (the fail case)myFn2\(x\)
Resolved. Debugger values matches as told by Marshall in comments Tested on: Mac OSX Lion TiMob: 1.8.0.v20110906155354 TiStud: 1.0.5.201109091616 Devices Used: Android Emulator 2.2
Standardizing summary and labels.