PDA

View Full Version : Debugger clips disappear


bluerattle
05-30-2005, 03:47 AM
What are the likely causes for the debugger to stop displaying any
of the objects in the current hierarchy.

I have an application that loads various SWF files into a master
application by loading them as MovieClips within larger movie
clips that act as "panes". They are all in _level0, but various
clips have clips as members.

At times when I am not interacting with the application, all the
objects will disappear from the debugger, and only _global will
be listed. HOWEVER, when I do a List Objects command, they are
still listed as before.

Any ideas where to look in my code for bad usage?

BR

hangalot
05-30-2005, 07:56 AM
those swf's that you load must also have swd files, otherwise the debugger can't intepret them. the debugger is weird at times in general.

whent he debugger gives me trouble i tend to use this
http://acmewebworks.typepad.com/admintool/

bluerattle
05-30-2005, 07:57 PM
Thanks for the advice. I went and created all the SWD's. So far so good,
though I haven't tested for very long yet.

I'll check out AdminTool as well.

BR