user5211381
user5211381

Reputation:

How to use VSCode to debug C++ application console app?

Hi I read this Question about using VS code to compile C++ console app but how to use VSCode to debug C++ application console app?

Upvotes: 3

Views: 4969

Answers (2)

Mitsos101
Mitsos101

Reputation: 571

VSCode now supports C++ debugging with an optional extension.

Upvotes: 4

Wosi
Wosi

Reputation: 45341

You can't currently debug a C++ application in Visual Studio Code.

Upvotes: 0

Related Questions