aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-04-24 16:59:19 +0200
committerMitch Curtis <mitch.curtis@qt.io>2019-04-25 10:15:05 +0000
commitf0c64c3bd7032230865433dfc0c044952d1044f6 (patch)
tree42184d037fd9fa996057b04667dc2d3942b07142
parent5caf7c39c24509b06f816db0ad1fff651c88752d (diff)
Document how to see disassembly
The documentation mentions what it is, and even that it's hidden by default, but never tells the user how to see it. Change-Id: I8c875164fa6bcdb180e46ce28594496f7f97681a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/src/debugger/creator-only/creator-debugger.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/debugger/creator-only/creator-debugger.qdoc b/doc/src/debugger/creator-only/creator-debugger.qdoc
index 57e49a846b..a8d0d1e093 100644
--- a/doc/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-only/creator-debugger.qdoc
@@ -698,6 +698,11 @@
single instructions, such as \uicontrol {Step Into} and \uicontrol {Step Over}.
By default, the \uicontrol Disassembler view is hidden.
+ To access the \uicontrol Disassembler view, check
+ \uicontrol Debug > \uicontrol {Operate by Instruction} while the debugger is
+ running. Alternatively, click the \inlineimage debugger_singleinstructionmode.png
+ (\uicontrol {Operate by Instruction}) tool button on the debugger tool bar.
+
\section2 Viewing and Editing Register State
The \uicontrol Registers view displays the current state of the CPU registers.