diff --git a/docs/widgets_gdb_commander.md b/docs/widgets_gdb_commander.md
index 7da3511d..7cd9beeb 100644
--- a/docs/widgets_gdb_commander.md
+++ b/docs/widgets_gdb_commander.md
@@ -21,7 +21,7 @@ It allows to debug the project output (if it's an application) but also the [run
The breakpoints are handled by the editor. Click the gutter to add or to remove a breakpoint.
After a break, the following icons may be displayed in the gutter:
--
: A breakpoint is reached.
+-
: A breakpoint is reached.
-
: A watch point is reached. For now the only watchpoints supported are those that monitor a variable (see the toolbar description).
-
: The program execution stopped here for another reason. It may be caused by step by step execution or because an unexpected signal has been received.