summaryrefslogtreecommitdiff
path: root/doc/src/debugger/creator-debugger.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2012-09-27 15:13:25 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2012-09-27 15:21:56 +0200
commit2207a9a987faa00a34f739951858b814e3bd6280 (patch)
tree33f16d0ae157a255872f482178f1227c096c541c /doc/src/debugger/creator-debugger.qdoc
parent57034cf007229134956b7e4cafb2346a218d1580 (diff)
downloadqt-creator-2207a9a987faa00a34f739951858b814e3bd6280.tar.gz
Doc: QML Inspector was integrated in Locals and Expressions view
Some functionality was removed. Update text and screenshots accordingly. Change-Id: Iec9057ac17ddb1c3a27244c74038553f5ab46605 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Diffstat (limited to 'doc/src/debugger/creator-debugger.qdoc')
-rw-r--r--doc/src/debugger/creator-debugger.qdoc13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index c811a0a977..8c1e8cadca 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -68,16 +68,11 @@
\o \l{Debugging Qt Quick Projects}
When debugging a Qt Quick application, you can inspect the state
- of the
- application while debugging JavaScript functions. You can set
+ of the application while debugging JavaScript functions. You can set
breakpoints, view call stack trace, and examine locals and
- expressions. When the application is interrupted by a breakpoint,
- you can use the QML Script Console to execute JavaScript expressions
- in the current context.
-
- While the application is running, you can use the QML Inspector
- view to explore the object structure, debug animations, and
- inspect colors.
+ expressions. While the application is running, you can inspect QML
+ objects and user interfaces, as well as execute JavaScript
+ expressions.
\o \l{Debugging a C++ Example Application}