Doc: Describe the "Override SysRoot" option for launching debugger

Task-number: QTCREATORBUG-24500
Change-Id: I26f50ee57c0a7f453a3e72e4bb27aec27d9c97ca
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2020-08-18 16:15:54 +02:00
parent e9c27cca34
commit 0b19885bb1
4 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -204,6 +204,8 @@
applications. applications.
\li Select the \uicontrol {Break at "main"} check box to stop the \li Select the \uicontrol {Break at "main"} check box to stop the
debugger at the main function. 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 \li In the \uicontrol {Debug information} field, specify the location
for storing debug information. You cannot use an empty path. for storing debug information. You cannot use an empty path.
\li In the \uicontrol Recent field, you can select a recent \li In the \uicontrol Recent field, you can select a recent
@@ -295,6 +297,8 @@
executable. executable.
\li In the \uicontrol {Override start script} field, specify a \li In the \uicontrol {Override start script} field, specify a
script file to run instead of the default start script. 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 \endlist
Also in this mode, using a properly configured project containing the Also in this mode, using a properly configured project containing the
@@ -378,6 +382,8 @@
debugger at the main function. debugger at the main function.
\li In the \uicontrol {Server start script} field, specify a \li In the \uicontrol {Server start script} field, specify a
script file to run when the server starts. 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 \li In the \uicontrol {Init commands} field, enter the commands
to execute immediately after the connection to a target has to execute immediately after the connection to a target has
been established. been established.