aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-18 17:37:08 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-22 09:15:42 +0000
commit7e09b05ec11478e78c69140a2ef4e833b53da730 (patch)
treeee2ce858c54a35e601e07f3b7220cff068cfeae0
parent3cd5b78636fc3fe353816000a28703204f537c44 (diff)
Doc: WS only change
Change-Id: I62dde2475d28f87fa5c77412e21eda29da97acd1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/debugger/creator-debugger.qdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index 3813d73130..937845f65b 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -455,7 +455,7 @@
\li To leave the current function or subfunction, press \key{Shift+F11}
(\key{Command+Shift+T} on OS X).
- \li To continue running the program, press \key{F5}.
+ \li To continue running the program, press \key {F5}.
\li To run to the line containing the cursor, press \key{Ctrl+F10}
(\key{Shift+F8} on OS X).
@@ -567,9 +567,9 @@
\li Click the breakpoint marker in the text editor.
\li Select the breakpoint in the \uicontrol Breakpoints view and press
- \key{Delete}.
+ \key {Delete}.
- \li Select \uicontrol{Delete Breakpoint} in the context menu in the
+ \li Select \uicontrol {Delete Breakpoint} in the context menu in the
\uicontrol Breakpoints view.
\endlist
@@ -833,7 +833,7 @@
Right-click the view to open a context menu that contains menu items for
reloading data and opening files.
- By default, the \uicontrol{Source Files} view is hidden.
+ By default, the \uicontrol {Source Files} view is hidden.
\section2 Viewing Disassembled Code and Register State
@@ -975,7 +975,7 @@
For each line in the \uicontrol{Locals and Expressions} view, a string like the
following needs to be created and channeled to the debugger plugin.
\code
- {iname='some internal name', # optional
+ {iname='some internal name', # optional
addr='object address in memory', # optional
name='contents of the name column', # optional
value='contents of the value column',
@@ -1127,7 +1127,7 @@
output produced by \c putItem is replaced by the output of:
\code
- except RuntimeError:
+ except RuntimeError:
d.put('value="<invalid>",type="<unknown>",numchild="0",')
\endcode
@@ -1203,7 +1203,7 @@
\l{http://www.avira.com/en/support-for-business-knowledgebase-detail/kbid/805}
{Restricted Usability of IDE/Debuggers since 2010-12-08}.
- \section1 Debugger Does Not Hit Breakpoints
+ \section1 Debugger Does Not Hit Breakpoints
You might have created a release build that does not contain debug
information. A GNU Compiler Collection (GCC) debug build has the \c {-g}