How do I debug in VS Code using C++. I keep on getting errors

Viewed 37
1 Answers

The error is saying that it cannot find .exe under the provided path. Provide the correct path under "program" key.

Related