Downloads
Wiki
Build CodeLite
Devs
|
Main /
DisplayVariableThe 'Display Variable' Dialog
As a debugger tooltip
When the debugger has paused at a breakpoint, hovering over a variable will display its value in the Ascii Viewer. In addition, holding down the CTRL while hovering over a variable, a 'Display Variable' dialog also appear near the cursor, displaying the contents of the variable.
For a complex variable like a vector, only the root of the tree is initially shown. However you can expand the tree as far as you wish. The dialog is resizeable (and its size is persistent).
To dismiss the dialog, either click outside it or press ESC. In the Debugger PaneIn the Locals and the Watches tabs of the DebuggerPane, activating an item will open a Display Variable dialog containing the item. This will behave in the same way as the debugger tooltip discussed above. |