From 53a19d3c6fa5dd4212f9a3d773b46cbb41125ac7 Mon Sep 17 00:00:00 2001 From: David Hebbeker Date: Fri, 4 Oct 2024 11:19:32 +0200 Subject: [PATCH] Describe option to build debug configuration with VSCode (#366) This is already described somewhere else but is missing here. --- projectconf/build_configurations.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/projectconf/build_configurations.rst b/projectconf/build_configurations.rst index a6d052cc03..d34bebabed 100644 --- a/projectconf/build_configurations.rst +++ b/projectconf/build_configurations.rst @@ -40,6 +40,7 @@ PlatformIO: If you need to build a project in ``debug`` configuration, please use one of these options: +* In :ref:`ide_vscode`: Use build option **Pre-Debug** or **Pre-Debug All** in the ``Project Tasks`` menu. * Add :ref:`projectconf_build_type` with ``debug`` value to :ref:`projectconf` * Use :ref:`cmd_debug` command.