[TIMOB-3758] Debugger: Eval scopes need to inherit from the global scope
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-15T10:35:31.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:10.000+0000 |
Updated | 2011-05-15T10:35:31.000+0000 |
Steps to test: - Define a variable on the global scope, i.e:
- Set a breakpoint, and when it hits: - Add an expression that uses the global variable in the Expressions view, i.e.
- Ensure the value shown in the Expressions view is valid (not an error), in this case it should be 223
Verified.