aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-18 16:15:54 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-19 07:49:14 +0000
commit0b19885bb14644f61de5f437b9a600a88d9545b6 (patch)
tree2492804f1d05b098e56df01559d380866e5eef1f /doc/qtcreator
parente9c27cca3483967c1274170d6857419f321223bc (diff)
Doc: Describe the "Override SysRoot" option for launching debugger
Task-number: QTCREATORBUG-24500 Change-Id: I26f50ee57c0a7f453a3e72e4bb27aec27d9c97ca Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/images/qtcreator-debugger-attach-to-running-debug-server.pngbin21869 -> 21017 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-debugger-load-core-file.pngbin6243 -> 8877 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-debugger-start-external.pngbin9853 -> 12825 bytes
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc6
4 files changed, 6 insertions, 0 deletions
diff --git a/doc/qtcreator/images/qtcreator-debugger-attach-to-running-debug-server.png b/doc/qtcreator/images/qtcreator-debugger-attach-to-running-debug-server.png
index da89073d8a..296d4e6e6f 100644
--- a/doc/qtcreator/images/qtcreator-debugger-attach-to-running-debug-server.png
+++ b/doc/qtcreator/images/qtcreator-debugger-attach-to-running-debug-server.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-debugger-load-core-file.png b/doc/qtcreator/images/qtcreator-debugger-load-core-file.png
index 72b647d6ce..d45b97a5a9 100644
--- a/doc/qtcreator/images/qtcreator-debugger-load-core-file.png
+++ b/doc/qtcreator/images/qtcreator-debugger-load-core-file.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-debugger-start-external.png b/doc/qtcreator/images/qtcreator-debugger-start-external.png
index 2dc7bff941..2dc696115f 100644
--- a/doc/qtcreator/images/qtcreator-debugger-start-external.png
+++ b/doc/qtcreator/images/qtcreator-debugger-start-external.png
Binary files differ
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index be5b4edffb..f9d2c181ba 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -204,6 +204,8 @@
applications.
\li Select the \uicontrol {Break at "main"} check box to stop the
debugger at the main function.
+ \li In the \uicontrol {Override SysRoot} field, specify the path to
+ the \c sysroot to use instead of the default \c sysroot.
\li In the \uicontrol {Debug information} field, specify the location
for storing debug information. You cannot use an empty path.
\li In the \uicontrol Recent field, you can select a recent
@@ -295,6 +297,8 @@
executable.
\li In the \uicontrol {Override start script} field, specify a
script file to run instead of the default start script.
+ \li In the \uicontrol {Override SysRoot} field, specify the path to
+ the \c sysroot to use instead of the default \c sysroot.
\endlist
Also in this mode, using a properly configured project containing the
@@ -378,6 +382,8 @@
debugger at the main function.
\li In the \uicontrol {Server start script} field, specify a
script file to run when the server starts.
+ \li In the \uicontrol {Override SysRoot} field, specify the path to
+ the \c sysroot to use instead of the default \c sysroot.
\li In the \uicontrol {Init commands} field, enter the commands
to execute immediately after the connection to a target has
been established.