Problem:
When I set a breakpoint and debug my application, Flash Builder 4 does not display static variables in the variable window. I can not find a solution in other posts.
More details:
I use flash builder 4 to run flexible module tests on one of my AS3 classes. I set a static variable in the [Before] function, which is accessed in each of the tests.
I set a breakpoint in one of the tests to understand why it fails, but I notice that static variables do not appear when I expand the 'this' object in the variable window. (In this case, my static variable is the only variable associated with the class, so the only object in the variables window is the "this" object).
Question:
Does anyone know how to make static variables appear in the variables window?
Thank,
Cookies
source
share