Controlling Program Execution

In the upper right-hand corner you will find the "Debug" window. From this window you may navigate between debugging sessions, threads, and up and down the stack.

The tool bar in the window provides buttons for running, halting, and stepping your application.

Beneath this window is the breakpoint viewer. From this view you may review, enable and disable breakpoints as necessary.

1