I am trying to start debugging in vscode, and the error that the program "does not exist and offers to configure launch.json installed. C/C++ and C++ Intellisense add-ons are installed
{ "name": "(Windows) Launch", "type": "cppvsdbg", "request": "launch", "program": "enter program name, for example ${workspaceFolder}/a.exe", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], "externalConsole": true } That's all there is in the launch.json configuration. Can anyone tell what and where to register, what would debug simple C codes?