Run a Program

After you have set appropriate breakpoints in your program, you are ready to issue the Run command. The debugger runs the program from the current line to the first enabled breakpoint it encounters and a Source window displays the current line. You can then examine the contents of storage, variables, the call stack, or processor registers; step through your program; or issue the Run command again to run to the next enabled breakpoint.



Set Breakpoints
View Variables, Memory, Registers, and the Stack


Step Commands