From b478336f88b2b675f13000284656cafb390cbe1a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 12 Jul 2020 00:20:23 +0200 Subject: [PATCH] update 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 92877fd4..78f26f0c 100644 --- a/docs/widgets_gdb_commander.md +++ b/docs/widgets_gdb_commander.md @@ -92,6 +92,7 @@ The text following the symbol is written to the input stream, with an implicit n - **hideCpuView**: When checked the CPU inspector is not visible anymore. - **ignoredSignals**: Sets the signals that won't break the execution. - **keepRedirectedStream**: Sets if the files that contain the inferior I/O history are kept on the disk. These files stands in the target directory with the extensions _.inferiorin_ and _.inferiorout_. +- **maxCallStackDepth**: Limits the call stack to the last N entries. This prevent slowdowns with certain kind of bugs. - **shortcuts**: Allows to define a shortcut for each button in the toolbar. - **showGdbOutput**: For debugging the widget. When checked the raw GDB output (before being interpreted) is displayed in [the messages](widgets_messages.html). - **showOutput**: Displays the target output in [the messages](widgets_messages.html). May be deactivated for a GUI program.