From 3a71aaef96e80ed1b2eba5d501c79e4b66b04020 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 22 Mar 2019 12:01:49 +0100 Subject: [PATCH] Doc: Fix changed debug command name "Start Debugging" is now "Start Debugging of Startup Project". The debug button also now has this longer name. Change-Id: I6c53b9647cafde1d6056efd8d0408daaf1d7f0d7 Reviewed-by: hjk --- doc/images/qtcreator-debug-button.png | Bin 0 -> 235 bytes .../creator-only/creator-debugger-example.qdoc | 2 +- .../creator-only/creator-debugger.qdoc | 17 +++++++++-------- doc/src/debugger/qtquick-debugger-example.qdoc | 3 ++- doc/src/debugger/qtquick-debugging.qdoc | 7 ++++--- 5 files changed, 16 insertions(+), 13 deletions(-) create mode 100644 doc/images/qtcreator-debug-button.png diff --git a/doc/images/qtcreator-debug-button.png b/doc/images/qtcreator-debug-button.png new file mode 100644 index 0000000000000000000000000000000000000000..c27b11f2dd5824e839a5e6a2b0d8e22bc6d25a66 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0y~yU=Rdh4h9AW201nfH3kNTO`a}}Arj%qKjJTZmS;8i zqo1x}+p86H_<(}o56;LXvluyI%ocSU7`Uu=5>HHs|H9+9xkBx2i_Y+Em zua{+L>~HD(kn-%Cexix9(eV$DcJ_bWw^F;#x2f}k?3syABA=aFRmr3#v~h1oW8y|d z=F8?Q^k?`z)igBFF-lC}jNlYmnP4#g^H(>Hh?d6}ycc+c37lv%VQW)uUwFFuxvX \uicontrol {Start Debugging} > - \uicontrol {Start Debugging} or press \key F5. + \uicontrol {Start Debugging of Startup Project} or press \key F5. \li To view information about the breakpoint, go to the \uicontrol Breakpoints view. diff --git a/doc/src/debugger/creator-only/creator-debugger.qdoc b/doc/src/debugger/creator-only/creator-debugger.qdoc index cca7b5773b5..e2fd19ce527 100644 --- a/doc/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/src/debugger/creator-only/creator-debugger.qdoc @@ -54,10 +54,10 @@ \li \l{Launching the Debugger} To start an application from an open project under the control - of a debugger, press the Debug button in the lower left corner - of the main view, or press \key F5. Other, less common start - options are available in the \uicontrol Debug > - \uicontrol {Start Debugging} menu. + of a debugger, select the \inlineimage qtcreator-debug-button.png + (\uicontrol {Start Debugging of Startup Project}) button or press + \key F5. Other, less common start options are available in the + \uicontrol Debug > \uicontrol {Start Debugging} menu. \li \l{Interacting with the Debugger} @@ -106,8 +106,8 @@ \title Launching the Debugger To start an application from an open project under the control of a - debugger, press the \uicontrol Debug button in the lower left corner - of the main view, or press \key F5. + debugger, select the \inlineimage qtcreator-debug-button.png + (\uicontrol {Start Debugging of Startup Project}) button or press \key F5. \QC checks whether the compiled program is up-to-date, and rebuilds and deploys it if the \uicontrol {Always build project before deploying it} and @@ -127,7 +127,8 @@ depending on where and how the debugged process is started and run. Some of the modes are only available for a particular operating system or platform. - In general, the \key F5 and the \uicontrol Debug button are set up in a + In general, \key F5 and the \uicontrol {Start Debugging of Startup Project} + button are set up in a way to start the operating mode that is commonly used in a given context. So if the current project is set up as a C++ application using the MinGW toolchain targeting desktop Windows, the GDB engine will be started in Start @@ -137,7 +138,7 @@ Change the run configuration parameters (such as \uicontrol {Run in Terminal}) in the run settings of the project, or select - options from the \uicontrol Debug > \uicontrol {Start Debugging} menu to + options from the \uicontrol Debug > \uicontrol {Start Debugging} menu to select other modes of operation. The debugger can run in the following modes: diff --git a/doc/src/debugger/qtquick-debugger-example.qdoc b/doc/src/debugger/qtquick-debugger-example.qdoc index e749f9c1a27..51789173c5c 100644 --- a/doc/src/debugger/qtquick-debugger-example.qdoc +++ b/doc/src/debugger/qtquick-debugger-example.qdoc @@ -65,7 +65,8 @@ The red circle indicates that a breakpoint is now set on that line number. - \li Select \uicontrol {Debug > Start Debugging > Start Debugging} or press + \li Select \uicontrol Debug > \uicontrol {Start Debugging} > + \uicontrol {Start Debugging of Startup Project} or press \key{F5}. \li Once the Same Game application starts, select \uicontrol {Puzzle} diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc index a383df6f348..4f2dc30e93b 100644 --- a/doc/src/debugger/qtquick-debugging.qdoc +++ b/doc/src/debugger/qtquick-debugging.qdoc @@ -101,9 +101,10 @@ \section1 Starting QML Debugging - To start the application, choose \uicontrol {Debug > Start Debugging > - Start Debugging} or press \key F5. Once the application starts running, it - behaves and performs as usual. You can then perform the following tasks: + To start the application, choose \uicontrol Debug > \uicontrol {Start Debugging} + > \uicontrol {Start Debugging of Startup Project} or press \key F5. Once the + application starts running, it behaves and performs as usual. You can then + perform the following tasks: \list