summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-22 13:31:13 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-22 11:51:55 +0000
commit49806909805e0939e4ff30414b6a5599ea9623e1 (patch)
treebfee76238d617d9320e9a6ca1342191fe04e9018
parent604921a8918bed8a33b40703ab33689424b6c763 (diff)
downloadqt-creator-49806909805e0939e4ff30414b6a5599ea9623e1.tar.gz
WS only change
Change-Id: Icd71bf5ccf3503dacf6b0b5affc92b74286cbdf3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/debugger/creator-debugger.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index 6d286eb0c9..c7598a3cf1 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -439,7 +439,7 @@
\list
- \li To finish debugging, press \key{Shift+F5}.
+ \li To finish debugging, press \key {Shift+F5}.
\li To execute a line of code as a whole, press \key F10
(\key {Command+Shift+O} on OS X).
@@ -447,16 +447,16 @@
\li To step into a function or a subfunction, press \key F11
(\key {Command+Shift+I} on OS X).
- \li To leave the current function or subfunction, press \key{Shift+F11}
- (\key{Command+Shift+T} on OS X).
+ \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 run to the line containing the cursor, press \key{Ctrl+F10}
- (\key{Shift+F8} on OS X).
+ \li To run to the line containing the cursor, press \key {Ctrl+F10}
+ (\key {Shift+F8} on OS X).
\li To run to the selected function when you are stepping into a nested
- function, press \key{Ctrl+F6}.
+ function, press \key {Ctrl+F6}.
\endlist