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