Debug
Debug commands give you tools to play back your movie and, at the same time, examine the inner workings of the timeline, object properties, and ActionScript code. Similar to testing, you can debug your animation in different environments: Flash Professional, Device Central, AIR Debug Launcher (Desktop), or AIR Debug Launcher (Mobile).
Debug Movie
Windows: Ctrl+Shift+Enter
Mac: Shift-⌘-Return
Plays your animation while displaying information in the Debugger window, where you can monitor the list of objects and variables your animation and ActionScript are using.
Continue
Windows: Alt+F5
Mac: Option-F5
Continues playback after being stopped by the debugger.
End Debug Session
Windows: Alt+F12
Mac: Option-F12
Stops the debugging session and stops playback of the animation.
Step In
Windows: Alt+F6
Mac: Option-F6
Used during debugging in combination with breakpoints, the Step In command runs ActionScript functions step by step.
Step Over
Windows: Alt+F7
Mac: Option-F7
Use Step Over during debugging in combination with breakpoints to step through your ActionScript code a line at a time. Stepping over a line of code tells Flash to execute the code even if the line contains a function call.
Step Out
Windows: Alt+F8
Mac: Option-F8
Use Step Out during debugging in combination with breakpoints. You use this command to return from examining a function in your ActionScript code (see Step In above).
Remove All Breakpoints
Windows: Ctrl+Shift+B
Mac: Shift-⌘-B
Breakpoints are used in debugging as a way to stop the animation ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access