From 0466875740f9247a2d93d25c30b84a1e192a7fa3 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 22 Mar 2019 14:37:52 +0100 Subject: [PATCH] Doc: Describe the Start Debugging Without Deployment option Change-Id: I71fc00b1672bda910a1313335d7651680d257750 Reviewed-by: hjk --- doc/src/debugger/creator-only/creator-debugger.qdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/debugger/creator-only/creator-debugger.qdoc b/doc/src/debugger/creator-only/creator-debugger.qdoc index e2fd19ce527..7be1ab1f980 100644 --- a/doc/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/src/debugger/creator-only/creator-debugger.qdoc @@ -112,7 +112,9 @@ \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 \uicontrol {Always deploy before running} options are selected in the - \uicontrol {Build and Run} options. + \uicontrol {Build and Run} options. To debug the program without deploying + it, select \uicontrol Debug > \uicontrol {Start Debugging} > + \uicontrol {Start Debugging Without Deployment}. The debugger then takes over and starts the program with suitable parameters.