diff --git a/doc/qtcreator-debug-stack.png b/doc/qtcreator-debug-stack.png new file mode 100644 index 00000000000..d6dce2c57f0 Binary files /dev/null and b/doc/qtcreator-debug-stack.png differ diff --git a/doc/qtcreator-debug-view.png b/doc/qtcreator-debug-view.png new file mode 100644 index 00000000000..856a85f9200 Binary files /dev/null and b/doc/qtcreator-debug-view.png differ diff --git a/doc/qtcreator-setting-breakpoint2.png b/doc/qtcreator-setting-breakpoint2.png index 668c46b8a63..056eb29a54d 100644 Binary files a/doc/qtcreator-setting-breakpoint2.png and b/doc/qtcreator-setting-breakpoint2.png differ diff --git a/doc/qtcreator-watcher.png b/doc/qtcreator-watcher.png index 8495e1c6785..0e0cde052ed 100644 Binary files a/doc/qtcreator-watcher.png and b/doc/qtcreator-watcher.png differ diff --git a/doc/qtcreator.qch b/doc/qtcreator.qch index 661f0c8dd1b..393733948fe 100644 Binary files a/doc/qtcreator.qch and b/doc/qtcreator.qch differ diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 73efc0ed623..0b5da293d8e 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.