Environment variables to add to the environment for the program. Example:[ { "name": "config", "value": "Debug" } ], not[ { "config": "Debug" } ]. Example: {"name":"C++ Launch","type":"cppdbg","request":"launch"
In Visual Studio 2019 version 16.6, we added a new debug configuration oftype: cppgdbto simplify debugging on remote systems and WSL. Old debug configurations oftype: cppdbgare still supported. Configuration typecppgdb name: A friendly name to identify the configuration in theStartup Itemdropdown...
Old debug configurations of type: cppdbg are still supported. Configuration type cppgdb name: A friendly name to identify the configuration in the Startup Item dropdown. project: Specifies the relative path to the project file. Normally, you don't need to change this path when debugging a C...