Reference Information · Signals Dialog Box Home and Help Icons Keyword Index Home Using Help
Line Graphic
Line Graphic

Contents

Keyword Index

Using the WDB GUI

Reference Information
Main Window
Menus
Toolbar Icons and Shortcut Keys
Views
Source View
Disassembly View
Command View
Watch View
Local Variables View
Call Stack View
Threads View
Registers View
Memory Usage View
Build View
Dialog Boxes
Load Program Dialog Box
Open File Dialog Box
Save/Restore Debug Session Dialog Box
Breakpoints Dialog Box
Source File Paths Dialog Box
Object File Paths Dialog Box
{short description of image} Signals Dialog Box
Find Dialog Box
Debugger Preferences Dialog Box
Quick Watch Dialog Box
Fix List Dialog Box
Memory Check Dialog Box

Troubleshooting

Using Help



Bullet Overview
Bullet Signals Dialog Box Description
Bullet Tips
Bullet See Also

Line Graphic

Overview

The Signals dialog box lets you view and change how signals are handled.Line Graphic

Signals Dialog Box Description

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.
Line Graphic

Tips

  • 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.
Line Graphic

See Also

Line Graphic

Return to Top