aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-11-02 16:08:39 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-11-07 16:24:16 +0000
commit04fb088cf97b83d31f3b951b46020fb72f7f2777 (patch)
treed609cb078e019c882c683678127b2a03527bfe7c /doc
parent40fae907ba1342d463b8e9c01759a326cd12dcb9 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/images/qtcreator-gdb-extended-options.pngbin5727 -> 0 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-gdb-options.pngbin7774 -> 0 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-preferences-debugger-gdb.webpbin0 -> 9864 bytes
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger-settings.qdoc4
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc4
5 files changed, 5 insertions, 3 deletions
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 10e22f235c..0000000000
--- a/doc/qtcreator/images/qtcreator-gdb-extended-options.png
+++ /dev/null
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-gdb-options.png b/doc/qtcreator/images/qtcreator-gdb-options.png
deleted file mode 100644
index e1ec43cc37..0000000000
--- a/doc/qtcreator/images/qtcreator-gdb-options.png
+++ /dev/null
Binary files 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 0000000000..9ac81bce22
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-preferences-debugger-gdb.webp
Binary files 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 06b8d05bc5..4583460cb4 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 fe61cd19ea..a39e561bad 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