 |
» |
|
|
|
|  |  |
You can use Signals to view and set signal handling. This
includes whether to stop for a particular type of signal, whether
to let your program handle a particular type of signal, and whether
to announce each type of signal. Table 3-2 Columns and descriptions Column | Description |
---|
Signal | Name of the signal | Stop | Indicates whether or not to halt execution
on signal. | Print | Indicates whether or not to announce the signal | Pass | Indicates whether or not to pass the signal
to the program. Passing the signal allows the program to handle
the signal. | Description | A description of the signal. |
Table 3-3 Buttions and descriptions Button | Description |
---|
OK | Click to apply changes you have made
and exit this dialog box. | Apply | Click to apply the changes that you have made. | Cancel | Click to exit this dialog box. Changes that
were not applied will be lost. |
Viewing
signal handling |  |
To view
how signals are handledOn the Edit
menu, click Signals. When you are finished, click
Cancel to close the dialog box.
Changing
signal handling |  |
To change
how a signal is handledOn the Edit
menu, click Signals. Click on the setting you
want to change. Each setting toggles between Yes and No when you
click on it. Once you have finished changing
the settings, click Apply to commit your changes. Click OK or Cancel to close
the dialog box.
The signals, SIGINT and SIGTRAP,w are used by the debugger.
It is not a good idea to change how these signals are handled; doing
so may cause the debugger to stop working.
|