From eea8f7158b1732a8b84fd01684a5b20119e55af7 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 2 Jul 2020 10:56:18 +0200 Subject: [PATCH] fix broken icon in doc --- docs/widgets_gdb_commander.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets_gdb_commander.md b/docs/widgets_gdb_commander.md index 546db3e3..92877fd4 100644 --- a/docs/widgets_gdb_commander.md +++ b/docs/widgets_gdb_commander.md @@ -14,7 +14,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: -- ![](icons/other/breaks.png): A breakpoint is reached. +- ![](icons/other/break_reached.png): A breakpoint is reached. - ![](icons/other/camera_go.png): A watch point is reached. For now the only watchpoints supported are those that monitor a variable (see the toolbar description). - ![](icons/other/step.png): 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.