Stopping a program with interrupt and quit
By pressing the
INTERRUPT,
<Ctrl>\, or
Quit
keys a program's execution can be stopped at any time.
These keys stop the current program and return control to
adb.
The keys are especially useful for programs that have
infinite loops or other program errors.
NOTE:
By pressing the
INTERRUPT
<Ctrl>\, or
Quit
keys, to stop a program, adb automatically saves the signal
and passes it to the program if the program is re-started by using the
:co
command.
To continue a program's execution without sending the signals,
specify:
:co 0
0
prevents a pending signal from being sent to the program.
Next topic:
Single-stepping a program
Previous topic:
Continuing execution
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003