aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-03-01 13:34:12 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-03-09 15:23:13 +0000
commita00597533f4e3d1e756c00800f698ad34b79beab (patch)
tree035e599f26471246b90ebe73391532033bcd38d3
parenta09c5baedbf305fb64bbb4c3883ecb826d42296a (diff)
Doc: Describe "Additional startup commands" in Run Settings
Update screenshots. Task-number: QTCREATORBUG-26610 Change-Id: I9397edd4f050bf82da0cf2b49c8861bad4f00bab Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--doc/qtcreator/images/qtcreator-pprunsettings.pngbin16858 -> 13198 bytes
-rw-r--r--doc/qtcreator/images/qtquick-debugging-settings.pngbin3740 -> 2517 bytes
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdocinc14
3 files changed, 13 insertions, 1 deletions
diff --git a/doc/qtcreator/images/qtcreator-pprunsettings.png b/doc/qtcreator/images/qtcreator-pprunsettings.png
index 4b53a44d9ab..dab1d9e1cfb 100644
--- a/doc/qtcreator/images/qtcreator-pprunsettings.png
+++ b/doc/qtcreator/images/qtcreator-pprunsettings.png
Binary files differ
diff --git a/doc/qtcreator/images/qtquick-debugging-settings.png b/doc/qtcreator/images/qtquick-debugging-settings.png
index 0b3d896ca1a..c6b1f7bca2e 100644
--- a/doc/qtcreator/images/qtquick-debugging-settings.png
+++ b/doc/qtcreator/images/qtquick-debugging-settings.png
Binary files differ
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdocinc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdocinc
index ce5b73d07e7..f8c1b3bfd2a 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdocinc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run-debug.qdocinc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -38,6 +38,18 @@
execute any JavaScript functions. Therefore, you must make sure that the
port is properly protected by a firewall.
+ Optionally, in \uicontrol {Additional startup commands}, you can enter
+ additional settings for debugging C++:
+
+ \list
+ \li \l{Adding Custom Debugging Helpers}{Custom debugging helpers}
+ \li \l{Specifying GDB Settings}{GDB commands} to execute after GDB
+ has started, but before the debugged program is started or
+ attached, and before the debugging helpers are initialized
+ \endlist
+
+ However, you can usually leave this field empty.
+
For more information about debugging, see \l{Debugging}.
//! [run settings debugger]