Contents
Keyword
Index
Using
the WDB GUI
Reference
Information
Troubleshooting
Using
Help |
|
|
The
Signals dialog box lets you view and change how signals are
handled.
Column 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. |
Button Descriptions
Button |
Action |
OK button |
Click to apply changes you have made and exit this
dialog box.
|
Apply button |
Click to apply changes you have made.
|
Cancel button |
Click to exit this dialog box. Changes that have
not been applied will be lost. |
- The signals SIGINT and SIGTRAP 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.

Return
to Top |