diff options
| author | con <qtc-committer@nokia.com> | 2008-12-16 18:39:10 +0100 |
|---|---|---|
| committer | con <qtc-committer@nokia.com> | 2008-12-16 18:40:00 +0100 |
| commit | dc3528f9d10de2e574c2aee2a68577f25f0e12cb (patch) | |
| tree | fadccf60306d26996193c85ceac5c121ccd608bf | |
| parent | 76ec3760bb4990940203c08a0519d8d9d65871d1 (diff) | |
| download | qt-creator-dc3528f9d10de2e574c2aee2a68577f25f0e12cb.tar.gz | |
Fixes: - Debugger screenshots, new and updated
| -rw-r--r-- | doc/qtcreator-debug-stack.png | bin | 0 -> 22317 bytes | |||
| -rw-r--r-- | doc/qtcreator-debug-view.png | bin | 0 -> 70028 bytes | |||
| -rw-r--r-- | doc/qtcreator-setting-breakpoint2.png | bin | 15315 -> 17067 bytes | |||
| -rw-r--r-- | doc/qtcreator-watcher.png | bin | 29080 -> 33041 bytes | |||
| -rw-r--r-- | doc/qtcreator.qch | bin | 2959360 -> 3055616 bytes | |||
| -rw-r--r-- | doc/qtcreator.qdoc | 7 |
6 files changed, 3 insertions, 4 deletions
diff --git a/doc/qtcreator-debug-stack.png b/doc/qtcreator-debug-stack.png Binary files differnew file mode 100644 index 0000000000..d6dce2c57f --- /dev/null +++ b/doc/qtcreator-debug-stack.png diff --git a/doc/qtcreator-debug-view.png b/doc/qtcreator-debug-view.png Binary files differnew file mode 100644 index 0000000000..856a85f920 --- /dev/null +++ b/doc/qtcreator-debug-view.png diff --git a/doc/qtcreator-setting-breakpoint2.png b/doc/qtcreator-setting-breakpoint2.png Binary files differindex 668c46b8a6..056eb29a54 100644 --- a/doc/qtcreator-setting-breakpoint2.png +++ b/doc/qtcreator-setting-breakpoint2.png diff --git a/doc/qtcreator-watcher.png b/doc/qtcreator-watcher.png Binary files differindex 8495e1c678..0e0cde052e 100644 --- a/doc/qtcreator-watcher.png +++ b/doc/qtcreator-watcher.png diff --git a/doc/qtcreator.qch b/doc/qtcreator.qch Binary files differindex 661f0c8dd1..393733948f 100644 --- a/doc/qtcreator.qch +++ b/doc/qtcreator.qch diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 73efc0ed62..0b5da293d8 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -710,7 +710,7 @@ default; the rarely used ones are hidden. To change the default settings, select \gui Debug and then select \gui View. - ####SCREENSHOT + \image qtcreator-debug-view.png Here, you can lock or unlock the location of your views as well as display or hide them. Among the views you can display are \gui Breakpoints, @@ -810,14 +810,13 @@ file name and line number of the corresponding source files. This data is shown in the \gui Stack view. + \image qtcreator-debug-stack.png + Since the call stack leading to the current position may originate or go through code for which no debug information is available, not all stack frames will have corresponding source locations. These frames will be greyed out in the \gui Stack view. - ###SCREENSHOT - - If you click on a frame with a known source location, the text editor will jump to the corresponding location and update the \gui{Locals and Watchers} view, making it seem like the program stopped before entering the function. |
