diff --git a/doc/qtcreator/images/qtcreator-gdb-extended-options.png b/doc/qtcreator/images/qtcreator-gdb-extended-options.png deleted file mode 100644 index 10e22f235c1..00000000000 Binary files a/doc/qtcreator/images/qtcreator-gdb-extended-options.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-gdb-options.png b/doc/qtcreator/images/qtcreator-gdb-options.png deleted file mode 100644 index e1ec43cc37b..00000000000 Binary files a/doc/qtcreator/images/qtcreator-gdb-options.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-preferences-debugger-gdb.webp b/doc/qtcreator/images/qtcreator-preferences-debugger-gdb.webp new file mode 100644 index 00000000000..9ac81bce223 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-preferences-debugger-gdb.webp differ diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdoc index 06b8d05bc52..4583460cb42 100644 --- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdoc +++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdoc @@ -53,7 +53,7 @@ To specify settings for managing the GDB process, select \preferences > \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 number of seconds to wait in the \uicontrol {GDB timeout} field. The default @@ -111,6 +111,8 @@ To execute arbitrary Python scripts, use \c {python execfile('/path/to/script.py')}. + \section2 Extended GDB Settings + The settings in the \uicontrol Extended group give access to advanced or experimental functions of GDB. Enabling them may negatively impact your debugging experience, so use diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc index fe61cd19eae..a39e561badd 100644 --- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc @@ -1368,7 +1368,7 @@ \uicontrol Debugger > \uicontrol GDB > \uicontrol {Load system GDB pretty 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 @@ -2036,7 +2036,7 @@ when loading the same binary in the future. Select \preferences > \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