3
Program Execution Control
Using the features that help you control the flow of your program, you can determine where the program execution pauses. You can then inspect your code, start, stop, and step through lines of code, and examine or modify the values of the various variables as required.
Return to top