I just started using VS Code to write C# projects, and I have a problem.
Debugging causes the console application use the Console.Readline()
which wouldn’t work in debugging unless I changed the launch.json
file which is in my case doesn’t have the console or any of the other options to change:
enter image description here
By the way I choose C# as debugger as VS Code suggested
New contributor
shatha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.