Interrupting
If the program is already running (see Running), you can interrupt it any time by clicking the Interrupt button or typing <ESC> in a DDD window.19 Using GDB, this is equivalent to sending a SIGINT (Interrupt) signal.
Interrupt and <ESC> also interrupt a running debugger command, such as printing data.
Node:Stopping X Programs, Previous:Interrupting, Up:Stopping