diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_resume_signal.png b/doc/org.eclipse.cdt.doc.user/images/icon_resume_signal.png new file mode 100644 index 00000000000..b38dede9c7d Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_resume_signal.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_signals.png b/doc/org.eclipse.cdt.doc.user/images/view_signals.png new file mode 100644 index 00000000000..66836489150 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/view_signals.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm index b34aac47e05..7a3d59f94d6 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm @@ -14,33 +14,88 @@
The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the +
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.
-Displays the name of the signal. | +|
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.
-
|
+ |
Where "yes" is displayed, the debugger suspends your program when this + signal is handled. | +|
Displays a description of the signal. | +
The Signals view context menu commands include:
++ | Signal Properties... | +Opens the properties window for the selected signal enabling you to: +
|
+
![]() |
+ Resume With Signal | +Resume program execution after receiving the signal. | +
+