1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

[309954] 'Use Inspector Debug Hover' checkbox could use a more intuitive label

This commit is contained in:
John Cortell 2010-04-21 13:45:38 +00:00
parent c85731de35
commit f2ef694bcc
4 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -25,8 +25,10 @@ The page is accessible at:
</dd> </dd>
<dt>Terminate GDB when last process exits</dt> <dt>Terminate GDB when last process exits</dt>
<dd>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.</dd> <dd>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.</dd>
<dt>Use Inspector Debug Hover</dt> <dt>Use enhanced debug hover</dt>
<dd>When checked, hovering over an expression in the editor during a debug session will bring up an <i>enhanced</i> 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. </dd> <dd>When checked, hovering over an expression in the editor during a debug session will bring up an <i>enhanced</i> 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.
<img src="../images/cdt_debug_hover_modes.png" alt="debug hover modes">
</dd>
</dl> </dl>
</body> </body>

View file

@ -18,4 +18,4 @@ GdbDebugPreferencePage_termination_label=Termination
GdbDebugPreferencePage_autoTerminateGdb_label=Terminate GDB when last process exits GdbDebugPreferencePage_autoTerminateGdb_label=Terminate GDB when last process exits
GdbDebugPreferencePage_hover_label=Debug Text Hover GdbDebugPreferencePage_hover_label=Debug Text Hover
GdbDebugPreferencePage_useInspectorHover_label=Use Inspector Debug Hover GdbDebugPreferencePage_useInspectorHover_label=Use enhanced debug hover