From ebad719dc08866705b712e1eff9724846b548f22 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 2 Jul 2020 10:50:20 +0200 Subject: [PATCH] typo in the change log and update doc for gdb com --- CHANGELOG.md | 2 +- docs/widgets_gdb_commander.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b5718c..e4a26de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Enhancements -- GDB commander: added the _macCallStackDepth_ option. It prevents slowdown when on automatic break caused by a stack overflow. +- GDB commander: added the _maxCallStackDepth_ option. It prevents slowdowns, especially after an automatic break caused by a stack overflow. ## Bugs fixed diff --git a/docs/widgets_gdb_commander.md b/docs/widgets_gdb_commander.md index 14eafbd8..546db3e3 100644 --- a/docs/widgets_gdb_commander.md +++ b/docs/widgets_gdb_commander.md @@ -37,10 +37,10 @@ Note that for now SSE registers are not supported by the inspector. ## Toolbar -- ![](icons/other/power.png): Starts debugging. By default the project output is launched. It should be compiled with the debug info generation. A context menu at the right allows to debug the [runnable](features_runnables.html) binary produced for the editor that has the selection. -- ![](icons/other/stop.png): Stops the debugging cession. -- ![](icons/other/play.png): Resume the debugging cession. -- ![](icons/other/pause.png): Pauses the debugging cession. +- ![](icons/other/power.png): Starts debugging. By default the project output is launched. It should be compiled with the debug info generation. A context menu at the right allows to debug the [runnable](features_runnables.html) binary produced for the editor that has the selection or even a custom executable, not necessarily programmed in D. +- ![](icons/other/stop.png): Stops the debugging session. +- ![](icons/other/play.png): Resume the debugging session. +- ![](icons/other/pause.png): Pauses the debugging session. - ![](icons/arrow/go_down.png): Steps to the next instruction, including inside functions. A context menu at the right allows to define if stepping is done at the source level (line by line) or at the hardware level (instruction by instruction). - ![](icons/arrow/go_jump.png): Steps to the next instruction, excluding functions calls. A context menu at the right allows to define if stepping is done at the source level (line by line) or at the hardware level (instruction by instruction). - ![](icons/other/processor.png): Updates the CPU inspector.