You can run your program in the debugger in one of three ways:
Once your program halts, you can move through your code by stepping into, over, or out of a method call. For step-by-step instructions on running a program in the debugger, see:
Starting a Debugging Session
Running to the First Line of the Program
Running to the Cursor Location
Stepping Through Your Program
Pausing a Program
Continuing a Program in the Debugger
Attaching the Debugger to a Running Process