From 8c04bc8fac26cc617eb5326211eb5a27d1703edb Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 20 Jan 2019 12:23:25 +0100 Subject: [PATCH] add missing icon description in gdb commander toolbar doc --- docs/widgets_gdb_commander.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/widgets_gdb_commander.md b/docs/widgets_gdb_commander.md index 06a0da4c..7da3511d 100644 --- a/docs/widgets_gdb_commander.md +++ b/docs/widgets_gdb_commander.md @@ -54,6 +54,7 @@ Note that for now SSE registers are not supported by the inspector. - : Updates the call stack list. - : Updates the local variables list. - : Allows to set or remove a watch point. When the button is clicked, a watch is added for the variable that's selected in the variables list. A context menu at the right allows to define the access for which the debugger breaks. +- : Allows to evaluate either the variable or the dereference of the variable selected in the variable list, or a custom expression. To select the mode, use the menu attached to the right of the icon. Note that a specific shortcut allows to repeat the command when the mode is set to "Evaluate Custom Expression", so that the input dialog step is skipped. #### Custom commands