summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-24 14:02:59 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-02-28 11:23:36 +0100
commit4da0ea3b84c7a1cdbbae2d8ccccfa05686529de9 (patch)
treead5aa1095da3e33adb0f77bab863b771c97d07c8
parent364093e7c4613172fbbea91caaa0687785f6a935 (diff)
downloadqtapplicationmanager-4da0ea3b84c7a1cdbbae2d8ccccfa05686529de9.tar.gz
Add links to the QtCreator manual regarding (remote) debugging
Change-Id: I0106f9186e5e29df6a992af101480886e4501445 Pick-to: 6.5 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Tuomas Vaarala <tuomas.vaarala@qt.io>
-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: