Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3758] Debugger: Eval scopes need to inherit from the global scope

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-05-15T10:35:31.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:10.000+0000
Updated2011-05-15T10:35:31.000+0000

Description

Comments

  1. Marshall Culpepper 2011-05-15

    Steps to test: - Define a variable on the global scope, i.e:
       var x = 123;
       
    - Set a breakpoint, and when it hits: - Add an expression that uses the global variable in the Expressions view, i.e.
       x + 100
       
    - Ensure the value shown in the Expressions view is valid (not an error), in this case it should be 223
  2. Don Thorp 2011-05-15

    Verified.

JSON Source