Doc: Describe "Additional startup commands" in Run Settings

Update screenshots.

Task-number: QTCREATORBUG-26610
Change-Id: I9397edd4f050bf82da0cf2b49c8861bad4f00bab
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2022-03-01 13:34:12 +01:00
parent a09c5baedb
commit a00597533f
3 changed files with 13 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -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]