Giving Commands to the Debugger: Overview

The debugger has several different mechanisms you can use to direct its behavior. It receives input from:

Interrupting a Debugger Action

To interrupt program execution or to abort a debugger action, press Ctrl+C. This returns the debugger to the prompt.