Controlling program execution and working with breakpoints

When program execution stops, you can resume it via the resume action or you can perform a step operation.

About this task

If you wish to proceed with program execution step-by-step so that you can see what is happening during execution, perform a step operation. If you wish to proceed with program execution until a certain point or location is reached, set a breakpoint in the application and then use the resume action, or perform a run to location. If you would simply like to proceed with program execution, perform a resume action.

When you resume program execution, the program will run until one of the following occurs:


Feedback