How to read input when debugging in C++ in Visual Studio Code?

As stated in Here

if you enable “externalConsole”:true in the launch.json then you will get a pop up console window that you can type in.

Leave a Comment