DIGG IT!
2
Comments
Published
Friday, January 28, 2005
at
8:05 AM
.
I use Debug > List Variables while debugging. If you use V2, there is a ton of _global objects and classes that get created. Here is how to hide them from Debug > List Variables.&
Ted on Twitter - @AdobeTed
Ted on Adobe Groups
Ted on LinkedIn
Ted on Facebook
Ted at Adobe
NOTE: If you want to use ASSetPropFlags in your AS2 classes, you'll have to prefix it with "_global" otherwise you'll get a compilation, since ASSetPropFlags doesn't exist as a method in your class.
Of course, none of this would be necessary if we had a *really* good debugger.
I like your website!