summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-18 16:37:26 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-18 17:07:46 +0100
commit2a83192b1decd25aea172d902c79d2f601a1e0ab (patch)
treefe646929c29d9c721bced0e8704b43e6326c7ef5 /doc
parentf0b00b65f6e31497e9f90a49c4ffb11f16f2d8b6 (diff)
downloadqt-creator-2a83192b1decd25aea172d902c79d2f601a1e0ab.tar.gz
Doc: running to selected function
Task-number: QTCREATORBUG-3674 Reviewed-by: hjk
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator.qdoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index c4d7d6a40c..8139efc1f8 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -7390,7 +7390,7 @@
\o Retrieves the contents of local variables.
\o Examines \gui Watchers.
\o Updates the \gui Registers, \gui Modules, and \gui Disassembler
- views if you are debugging the C++ language.
+ views if you are debugging the C++ based applications.
\endlist
You can use the \gui Debug mode views to examine the data in more detail.
@@ -7399,10 +7399,12 @@
\list
- \o To finish debugging, press \key{Shift+F5}.
+ \o To finish debugging, press \key{Shift+F5}.
\o To execute a line of code as a whole, press \key{F10}.
\o To step into a function or a subfunction, press \key{F11}.
\o To continue running the program, press \key{F5}.
+ \o To run to the selected function when you are stepping into a nested
+ function, press \key{Ctrl+F6}.
\endlist
@@ -10343,6 +10345,9 @@
\row
\o Toggle breakpoint
\o F9
+ \row
+ \o Run to selected function
+ \o Ctrl+F6
\endtable