blob: de17f53cb265dc52b571921474f051564359fb58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page vscodeext-how-debug-apps.html
\previouspage vscodeext-how-tos.html
\nextpage vscodeext-reference.html
\ingroup vscodeext-how-to-cpp
\ingroup vscodeext-how-to-qml
\title Debug Qt applications
To debug an application:
\list 1
\li Go to \uicontrol {Run and Debug} (\key {Ctrl+Shift+V} or
\key {Cmd+Shift+V} on \macos).
\li Create a \e {launch.json} file.
\li Select \uicontrol {Add Configuration}, and then select a
\uicontrol {Qt: Debug} debug configuration that matches
your debugger.
\endlist
*/
|