diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_debug_hover_modes.png b/doc/org.eclipse.cdt.doc.user/images/cdt_debug_hover_modes.png new file mode 100644 index 00000000000..3b3b885a6d2 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_debug_hover_modes.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_dsfgdb_preferences_page.png b/doc/org.eclipse.cdt.doc.user/images/cdt_dsfgdb_preferences_page.png index 98266a71fbe..c810b8743c8 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_dsfgdb_preferences_page.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_dsfgdb_preferences_page.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm index 60a59bb9b4c..26d7154c1d3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm @@ -25,8 +25,10 @@ The page is accessible at:
Terminate GDB when last process exits
When checked, the CDT debugger will terminate the GDB host processs after all the target processes it is debugging have terminated. Otherwise it will leave it running.
-
Use Inspector Debug Hover
-
When checked, hovering over an expression in the editor during a debug session will bring up an enhanced expression evaluation control. Otherwise, a more basic control is used. This, of course, assumes that you have the debugger's hovering capability turned on in C/C++ > Editor > Hovers. If not, this checkbox has no effect.
+
Use enhanced debug hover
+
When checked, hovering over an expression in the editor during a debug session will bring up an enhanced expression evaluation control. Otherwise, a more basic control is used. This, of course, assumes that you have the debugger's hovering capability turned on in C/C++ > Editor > Hovers. If not, this checkbox has no effect. + debug hover modes +
diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/preferences/messages.properties b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/preferences/messages.properties index e9fad5d4907..5718c184ad5 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/preferences/messages.properties +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/preferences/messages.properties @@ -18,4 +18,4 @@ GdbDebugPreferencePage_termination_label=Termination GdbDebugPreferencePage_autoTerminateGdb_label=Terminate GDB when last process exits GdbDebugPreferencePage_hover_label=Debug Text Hover -GdbDebugPreferencePage_useInspectorHover_label=Use Inspector Debug Hover +GdbDebugPreferencePage_useInspectorHover_label=Use enhanced debug hover