From 1e70973c323af5194ed975144f884a4c3ecc394d Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Thu, 16 Jun 2022 09:57:52 +0200 Subject: [PATCH] qml-debug-doc: Inform the user that breakpoints are only available in block mode Setting / triggering breakpoints is only possible if the target application was started with the "block" argument. Fixes: QTCREATORBUG-27515 Change-Id: Idafdaa87c38c8c452771897d4d845c4398d55fc4 Reviewed-by: hjk --- doc/qtcreator/src/debugger/qtquick-debugging.qdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc index be900ea655c..0934b94e3d7 100644 --- a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc +++ b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc @@ -162,6 +162,8 @@ the application from running until the debug client connects to the server. This enables debugging from the start. + \note Setting breakpoints is only possible if the application is started with block mode. + \li Select \uicontrol Debug > \uicontrol {Start Debugging} > \uicontrol {Attach to QML Port}.