|
Page 8 of 10
Pressed Step Into too many times? No problem, just Step Out!
In addition to the well-known Step Into and Step Over debugging commands, awDebugger introduces the Step Out command, which finishes the execution of the current procedure and suspends the program at the line that immediately follows the statement that called the current procedure.
This feature becomes very useful for those cases in which you have "Stepped-Into" when what you really wanted to do was to "Step-Over".
This command is available in both assembler and source mode (Step Out Assembler and Step Out Source)
|