Fixes: - Debugger screenshots, new and updated

This commit is contained in:
con
2008-12-16 18:39:10 +01:00
parent 76ec3760bb
commit dc3528f9d1
6 changed files with 3 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

View File

@@ -710,7 +710,7 @@
default; the rarely used ones are hidden. To change the default settings, default; the rarely used ones are hidden. To change the default settings,
select \gui Debug and then select \gui View. 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 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, 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 file name and line number of the corresponding source files. This data is
shown in the \gui Stack view. shown in the \gui Stack view.
\image qtcreator-debug-stack.png
Since the call stack leading to the current position may originate or go 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 through code for which no debug information is available, not all stack
frames will have corresponding source locations. These frames will be frames will have corresponding source locations. These frames will be
greyed out in the \gui Stack view. greyed out in the \gui Stack view.
###SCREENSHOT
If you click on a frame with a known source location, the text editor will 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} jump to the corresponding location and update the \gui{Locals and Watchers}
view, making it seem like the program stopped before entering the function. view, making it seem like the program stopped before entering the function.