user359519
user359519

Reputation: 711

How to debug/step through external/loaded swf - FlashProfessional?

(Flash Professional / AS3)

I have a main fla file that loads a game (with a Loader) and adds it to the stage (addChild(myLoader)). Is there a way to step through/debug the loaded swf? If so, how? My game.swf breakpoints aren't hitting.

Upvotes: 1

Views: 3495

Answers (2)

Mattias
Mattias

Reputation: 3907

Did you debug (Control > Debug Movie) both files?

You need to debug both Main and Game to be able to get breakpoints in the loaded SWF to work. When you Debug a SWF, extra information is added to the file. If you just publish the file there will not be any debug info.

Upvotes: 1

Jakub Slaby
Jakub Slaby

Reputation: 331

You could try using MonsterDebugger.

Upvotes: 0

Related Questions