Using SoftBench Debugger

Interrupting a Running Program

it returns to its calling procedure by selecting Continue Out. You can continue doing this until your program returns to debuggable code. You could also set a breakpoint at some later point in debuggable code.

If the nondebuggable code is in an infinite loop, or does not return for some other reason, you must kill or rerun the program. There is no way to return the program to debuggable code.

Chapter 7

173