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 <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2022-06-16 09:57:52 +02:00
parent db451f7778
commit 1e70973c32

View File

@@ -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}.