vote up 1 vote down star

I'm storing my model data in a Singleton called ModelLocator. This is pretty common...

Can I look at this data in the debugger?

[Edited - Title changed]

flag

50% accept rate

1 Answer

vote up 4 vote down check

yes. you'd do something like the following.

var model : MySingleton = MySingleton.getInstance();

then stick a breakpoint at the above and you'll be able to see everything inside your model.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.