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 da89073d8a4..296d4e6e6f2 100644 Binary files a/doc/qtcreator/images/qtcreator-debugger-attach-to-running-debug-server.png and b/doc/qtcreator/images/qtcreator-debugger-attach-to-running-debug-server.png differ diff --git a/doc/qtcreator/images/qtcreator-debugger-load-core-file.png b/doc/qtcreator/images/qtcreator-debugger-load-core-file.png index 72b647d6cea..d45b97a5a9e 100644 Binary files a/doc/qtcreator/images/qtcreator-debugger-load-core-file.png and b/doc/qtcreator/images/qtcreator-debugger-load-core-file.png differ diff --git a/doc/qtcreator/images/qtcreator-debugger-start-external.png b/doc/qtcreator/images/qtcreator-debugger-start-external.png index 2dc7bff9414..2dc696115fb 100644 Binary files a/doc/qtcreator/images/qtcreator-debugger-start-external.png and b/doc/qtcreator/images/qtcreator-debugger-start-external.png differ diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc index be5b4edffbb..f9d2c181ba3 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.