This section describes how you can use CVW to control the execution of your application.
Following are the three possible forms of execution in CVW:
Application execution | Description |
Continuous | The application runs until either a previously specified breakpoint has been reached or the application terminates normally. |
Single-step | The application pauses after each line of code has been executed. |
Animated | The application pauses after each line of code has been executed, but execution continues after a short pause. The application continues to run until you press a key. |