aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-17 15:22:19 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-18 13:22:51 +0200
commit492b1ccc531b5099f9f537596a859fd7eff262ea (patch)
tree1e153b594e9a7b8e14c9d0b149a85777b524329d /doc/src
parent9f818536c22c09931cd9fca369538d34ef6658df (diff)
Doc: update debugger screenshots
Change-Id: I73ac40da159365815b2916b08daac23c8f2b1e6b Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/debugger/creator-debugger-example.qdoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/debugger/creator-debugger-example.qdoc b/doc/src/debugger/creator-debugger-example.qdoc
index f0ae0dac77e..81a608e5b12 100644
--- a/doc/src/debugger/creator-debugger-example.qdoc
+++ b/doc/src/debugger/creator-debugger-example.qdoc
@@ -103,6 +103,13 @@
If you compile and run the above code, however, the application does not
work correctly due to a logic error. To locate this logic error, step
through the code using the following buttons:
+ \inlineimage qtcreator-debug-button-stop.png
+ (\gui Stop),
+ \inlineimage qtcreator-debug-button-step-over.png
+ (\gui {Step Over}),
+ \inlineimage qtcreator-debug-button-step-into.png
+ (\gui {Step Into}), and
+ \inlineimage qtcreator-debug-button-step-out.png
+ (\gui {Step Out}).
- \image qtcreator-debugging-buttons.png
*/