Python Library Reference for the Extended Python Debugger
Previous:
1.2.13.2 Showing Signal-handling status
Up:
1.2.13 Signal handling (handle,
Next:
1.2.14 Thread debugging (thread,
1.2.13.3 Sending your program a signal (
signal
)
signal {
signal-name
|
signal-number
}
You can use the
signal
command send a signal to your program. Supply either the signal name, e.g.
SIGINT
, or
INT
or the signal number, e.g.
15
.
Python Library Reference for the Extended Python Debugger
Previous:
1.2.13.2 Showing Signal-handling status
Up:
1.2.13 Signal handling (handle,
Next:
1.2.14 Thread debugging (thread,
Release 2.5pydb, documentation updated on April 10, 2009.
See
About this document...
for information on suggesting changes.