aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-03-27 09:35:10 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-01 10:02:20 +0000
commitf75e54160d293d46ce9c0394c80bedf02d0ff461 (patch)
tree17516618b6501c62e64d357cf5eb486c3882292e /doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
parentc80fc180a303b750cfef69f6628da52325bc6426 (diff)
Doc: Update info about debugging
- Describe GDB server init and reset command fields - Update screenshot - Describe hiding and showing columns in views Change-Id: Ifdbec54f7f9f5c07e82c9c6915cd267a031c0c25 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc')
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 78ac325ab4..3df294cfdb 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -380,6 +380,11 @@
debugger at the main function.
\li In the \uicontrol {Server start script} field, specify a
script file to run when the server starts.
+ \li In the \uicontrol {Init commands} field, enter the commands
+ to execute immediately after the connection to a target has
+ been established.
+ \li In the \uicontrol {Reset commands} field, enter the commands
+ to execute when resetting the connection to a target.
\li In the \uicontrol {Debug information} field, specify the location
for storing debug information. You cannot use an empty path.
\li In the \uicontrol {Override server channel} field, specify a
@@ -620,6 +625,9 @@
To save space on the screen, select \uicontrol Window > \uicontrol Views >
\uicontrol {Automatically Hide View Titlebars}.
+ To show and hide columns in views, toggle \uicontrol {Show Column} in
+ the context menu.
+
Once the program starts running under the control of the debugger, it
behaves and performs as usual. You can interrupt a running C++ program by
selecting \uicontrol Debug > \uicontrol Interrupt. The program is