Doc: Update GDB Preferences screenshot

"GDB" and "GDB Extended" tabs have been combined into one tab.

Task-number: QTCREATORBUG-29392
Change-Id: I5f5e40399abf20d61cf0e2cd4e4c1f02dfc1404c
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Leena Miettinen
2023-11-02 16:08:39 +01:00
parent 40fae907ba
commit 04fb088cf9
5 changed files with 5 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -53,7 +53,7 @@
To specify settings for managing the GDB process, select \preferences > To specify settings for managing the GDB process, select \preferences >
\uicontrol Debugger > \uicontrol GDB. \uicontrol Debugger > \uicontrol GDB.
\image qtcreator-gdb-options.png "GDB preferences" \image qtcreator-preferences-debugger-gdb.webp {GDB preferences}
To specify a timeout for terminating non-responsive GDB processes, set the To specify a timeout for terminating non-responsive GDB processes, set the
number of seconds to wait in the \uicontrol {GDB timeout} field. The default number of seconds to wait in the \uicontrol {GDB timeout} field. The default
@@ -111,6 +111,8 @@
To execute arbitrary Python scripts, use To execute arbitrary Python scripts, use
\c {python execfile('/path/to/script.py')}. \c {python execfile('/path/to/script.py')}.
\section2 Extended GDB Settings
The settings in the \uicontrol Extended group give access to advanced The settings in the \uicontrol Extended group give access to advanced
or experimental functions of GDB. or experimental functions of GDB.
Enabling them may negatively impact your debugging experience, so use Enabling them may negatively impact your debugging experience, so use

View File

@@ -1368,7 +1368,7 @@
\uicontrol Debugger > \uicontrol GDB > \uicontrol {Load system GDB pretty \uicontrol Debugger > \uicontrol GDB > \uicontrol {Load system GDB pretty
printers}. For more information, see \l{Specifying GDB Settings}. printers}. For more information, see \l{Specifying GDB Settings}.
\image qtcreator-gdb-options.png {GDB preferences} \image qtcreator-preferences-debugger-gdb.webp {GDB preferences}
\section2 Customizing Built-In Debugging Helpers \section2 Customizing Built-In Debugging Helpers
@@ -2036,7 +2036,7 @@
when loading the same binary in the future. Select \preferences > when loading the same binary in the future. Select \preferences >
\uicontrol Debugger > \uicontrol GDB > \uicontrol {Use automatic symbol cache}. \uicontrol Debugger > \uicontrol GDB > \uicontrol {Use automatic symbol cache}.
\image qtcreator-gdb-options.png {GDB preferences} \image qtcreator-preferences-debugger-gdb.webp {GDB preferences}
\section2 Minimizing Number of Breakpoints \section2 Minimizing Number of Breakpoints