diff --git a/doc/qtcreator/images/qtcreator-pprunsettings.png b/doc/qtcreator/images/qtcreator-pprunsettings.png index 4b53a44d9ab..dab1d9e1cfb 100644 Binary files a/doc/qtcreator/images/qtcreator-pprunsettings.png and b/doc/qtcreator/images/qtcreator-pprunsettings.png differ diff --git a/doc/qtcreator/images/qtquick-debugging-settings.png b/doc/qtcreator/images/qtquick-debugging-settings.png index 0b3d896ca1a..c6b1f7bca2e 100644 Binary files a/doc/qtcreator/images/qtquick-debugging-settings.png and b/doc/qtcreator/images/qtquick-debugging-settings.png 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]