summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-11-02 21:48:26 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2012-11-05 13:39:39 +0100
commitde1d0532d01c5a02e2988eedecb561d615d516d1 (patch)
tree41b4258ea8f3b9a9ae81dcb4ae33808bc2431d3d /doc
parentf4626e68506cbec1d1bcc270bb8389b03994f671 (diff)
downloadqt-creator-de1d0532d01c5a02e2988eedecb561d615d516d1.tar.gz
Doc: mention the snapshot view of the debugger
Change-Id: I40837f84b8755e774f1c63ea38337e5b906204ee Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/debugger/creator-debugger.qdoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index 28a36a823b..bb0e7d9041 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -410,6 +410,8 @@
you are debugging C++ or QML. Frequently used views are shown by
default and rarely used ones are hidden. To change the default settings,
select \gui {Window > Views}, and then select views to display or hide.
+ Alternatively, you can enable or disable views from the context menu
+ of the title bar of any visible debugger view.
\image qtcreator-debugger-views.png "Debug mode views"
@@ -760,6 +762,20 @@
and \gui{Step Over}. By default, both \gui{Disassembler} and
\gui{Registers} view are hidden.
+ \section2 Creating Snapshots
+
+ A snapshot contains the complete state of the debugged program
+ at a time, including the full memory contents.
+
+ To create snapshots of a debugged program, select \gui Create in the
+ context menu in the \gui Snapshot view.
+
+ Double-click on entries in the snapshot view to switch between
+ snapshots. The debugger views are updated to reflect the
+ state of the program at time of taking the snapshot.
+
+ By default, the \gui{Snapshots} view is hidden.
+
*/