Signals View

The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the debugger handles each one.

NOTE Currently Carbide.c++ does not support this CDT feature.

 

Figure 1 shows the Signals view.

Figure 1 - Signals view

Table 1 Signals view—items
Item Explanation
Name Displays the name of the signal.
Pass Where "yes" is displayed, the debugger lets your program see the signal. Your program can handle the signal, or else it may terminate if the signal is fatal and not handled.
Suspend Where "yes" is displayed, the debugger suspends your program when this signal is handled.
Description Displays a description of the signal.

 

Related reference