summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-24 14:02:59 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-28 11:15:09 +0000
commitc4eca873f3021cce82cecd2627fc0cd9b5ca8571 (patch)
tree2362001ad1bacd6c894c120c20d0d37b77a01698
parenta391ebb64c4dcb3a3d0e0b5122e7d23f949e06e5 (diff)
downloadqtapplicationmanager-c4eca873f3021cce82cecd2627fc0cd9b5ca8571.tar.gz
Add links to the QtCreator manual regarding (remote) debugging
Change-Id: I0106f9186e5e29df6a992af101480886e4501445 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Tuomas Vaarala <tuomas.vaarala@qt.io> (cherry picked from commit 4da0ea3b84c7a1cdbbae2d8ccccfa05686529de9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/debugging.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/debugging.qdoc b/doc/debugging.qdoc
index 9a52e0a3..3488aef5 100644
--- a/doc/debugging.qdoc
+++ b/doc/debugging.qdoc
@@ -86,6 +86,15 @@ with the \c --qml-debug argument. For more information, see \l{QML Debugging Inf
tasks only. They are also useful for various other tasks that involve running the application under
test through a wrapper, like profiling tools.
+When it comes to debugging via \c gdb or \c gdbserver specifically, you might also want to have a
+look at \l{https://doc.qt.io/qtcreator/creator-debugger-operating-modes.html}
+{the debugging documentation in the QtCreator manual}.
+
+If you need to use \c gdbserver (to debug apps in multi-process mode, or to debug the appman process
+itself), check out \l{https://doc.qt.io/qtcreator/creator-debugger-operating-modes.html#remote-debugging}
+{the chapter about remote debugging}.
+
+
\section2 Environment Variables
This is a (incomplete) list of environment variables that influence debugging at runtime: