aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-04-19 11:35:05 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-04-19 12:48:39 +0000
commitbdada3c5ff6c4d5b22689501d27eff34173a57fc (patch)
treef1ec6cf9339ba8fecbbb784786051feef8698e92 /doc/qtcreator/src/projects
parent35fb07910476fb4f601608b363cb30e4d762c78e (diff)
Doc: Move Debugging info into "How To" and "Reference"
- Turn "Debugging" into an overview topic - Remove FSF GDB as it is not supported anymore Task-number: QTCREATORBUG-29361 Change-Id: I1d8ce78a2f89a85a1337d83aa6011f06afac4e41 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-debuggers.qdoc3
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc2
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdoc4
3 files changed, 5 insertions, 4 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-debuggers.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-debuggers.qdoc
index 8762a9e97b1..59db5927051 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-debuggers.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-debuggers.qdoc
@@ -75,5 +75,6 @@
The debugger disappears from the list when you select \uicontrol Apply.
Until then, you can cancel the deletion by clicking \uicontrol Restore.
- \sa {Debugging}, {Setting Up Debugger}, {Troubleshooting Debugger}
+ \sa {Debugging}, {Debuggers}, {Debugger}, {Supported Native Debuggers},
+ {Troubleshooting Debugger}
*/
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc
index 4ba2e5b393e..df0b2b0f7a7 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc
@@ -132,7 +132,7 @@
Each kit consists of a set of values that define one environment, such as a
\l{glossary-device}{device}, \l{Add compilers}{compiler},
- \l{Add debuggers}{debugger}, and \l{Add Qt versions}{Qt version}, as well
+ \l{Add debuggers}{Debugging}, and \l{Add Qt versions}{Qt version}, as well
as steps for building, deploying, and running applications.
To copy the build, deploy, and run steps from another kit, select
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdoc
index 770478d5b66..b0609ab7716 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdoc
@@ -30,7 +30,7 @@
\list
\li \l{Adding Custom Debugging Helpers}{Custom debugging helpers}
- \li \l{Specifying GDB Settings}{GDB commands} to execute after GDB
+ \li \l{GDB}{GDB commands} to execute after GDB
has started, but before the debugged program is started or
attached, and before the debugging helpers are initialized
\endlist
@@ -42,5 +42,5 @@
{enable QML debugging} either globally or in the \uicontrol {Build Settings}
of the project.
- \sa {Configuring Projects}, {Debugging}
+ \sa {Configuring Projects}, {Debugging}, {Debuggers}, {Debugger}
*/