Doc: update debugger screenshots
Change-Id: I73ac40da159365815b2916b08daac23c8f2b1e6b Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 5.7 KiB |
BIN
doc/images/qtcreator-debug-button-step-into.png
Normal file
|
After Width: | Height: | Size: 704 B |
BIN
doc/images/qtcreator-debug-button-step-out.png
Normal file
|
After Width: | Height: | Size: 690 B |
BIN
doc/images/qtcreator-debug-button-step-over.png
Normal file
|
After Width: | Height: | Size: 725 B |
BIN
doc/images/qtcreator-debug-button-stop.png
Normal file
|
After Width: | Height: | Size: 575 B |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 15 KiB |
@@ -103,6 +103,13 @@
|
|||||||
If you compile and run the above code, however, the application does not
|
If you compile and run the above code, however, the application does not
|
||||||
work correctly due to a logic error. To locate this logic error, step
|
work correctly due to a logic error. To locate this logic error, step
|
||||||
through the code using the following buttons:
|
through the code using the following buttons:
|
||||||
|
\inlineimage qtcreator-debug-button-stop.png
|
||||||
|
(\gui Stop),
|
||||||
|
\inlineimage qtcreator-debug-button-step-over.png
|
||||||
|
(\gui {Step Over}),
|
||||||
|
\inlineimage qtcreator-debug-button-step-into.png
|
||||||
|
(\gui {Step Into}), and
|
||||||
|
\inlineimage qtcreator-debug-button-step-out.png
|
||||||
|
(\gui {Step Out}).
|
||||||
|
|
||||||
\image qtcreator-debugging-buttons.png
|
|
||||||
*/
|
*/
|
||||||
|
|||||||