Halt Execution of a Debuggee Program

To halt execution of a debuggee program that is currently running, do one of the following:

You may find that execution halts in a function other than the one you are debugging (for example, a system library function). To run to the end of that function and stop in your own code, do one of the following:



Set a Line Breakpoint
Terminate a Debug Session