After the ActionScript execution is interrupted at a breakpoint or runtime error, you can step through the code line by line, choosing to step into function calls or step over them. You can also choose to continue executing the code without stepping.
Step into code line by line
Step over a function call
Step out of a function call
Resume normal code execution