Resuming execution

After the debugger pauses execution of your code, and after you are through performing any necessary debugging steps, you may want to resume normal execution. You can do this in the following ways:

Stop debugging

Resume normal execution, and ignore all remaining breakpoints. To stop debugging, click Mute Breakpoints , and then click Resume Execution .

Continue debugging

Resume normal execution, but pause again at the next breakpoint, if any. To continue debugging, click Resume Execution without having Mute Breakpoints set.