aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-07-01 09:12:13 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-07-02 13:51:12 +0000
commit32f67f6c83d18bbfc7a1c1a5d105cdfefece9140 (patch)
tree32a17a5fba59aa6b6da07781c832cad1829a67bf /doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
parent7c0652b7aceac9193753f1b5951345fee03beaaa (diff)
Doc: Describe "Use target extended-remote to connect" option
Task-number: QTCREATORBUG-25642 Change-Id: I6b40f0f900db5eb8a80ed21710a7ce57df2a9eda Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc')
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 6fc4a63416..67b271053d 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -220,6 +220,15 @@
applications.
\li Select the \uicontrol {Break at "main"} check box to stop the
debugger at the main function.
+ \li Select the \uicontrol {Use target extended-remote to connect}
+ check box to create the connection in the
+ \c {target extended-remote mode}. In this mode, when the debugged
+ application exits or you detach from it, the debugger remains
+ connected to the target. You can rerun the application, attach
+ to a running application, or use monitor commands specific to the
+ target. For example, GDB does not exit unless it was invoked using
+ the \c {--once} option, but you can make it exit by using the
+ \c {monitor exit} command.
\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