Continuing Execution of the Process. Expert Debugging. Overview

This section gives a detailed description of

 

Before continuing the process, you may make a snapshot of the current state of the process, so that in the future you can revert to this state and try a different set of steps. After creating the snapshot, use the following commands to continue executing the program:

 

continue_command

        : step_into_command

        | step_over_command

        | step_out_of_command

        | cont_command

        | cont_from_place_command

        | finish_command