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 SessionFor instructions on stopping debugging, see:
Running to the First Line of the Program
Running to the Cursor Location
Stepping Through Your Program
Continuing a Program in the Debugger
Attaching the Debugger to a Running Process
Disabling Debugging of a Class
Ending a Debugging Session