How to debug a c# code in vs code. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to debug a c# code in vs code.

I have allready add configuration in launch.json which is .Net core launch console.but when i try to debug a code am getting error that, launch.json must be configured.Change 'program' to the path to the executable file that you would like to debug. How to handle this.

25th Jun 2019, 11:58 AM
Maninder $ingh
Maninder $ingh - avatar
1 Answer
+ 8
Open Visual Studio Code Hit Ctrl+Shift+P , type task in the .... additional compile and debug options, automating CMake and other utilities
28th Jun 2019, 6:57 AM
Muaz Ahmad
Muaz Ahmad - avatar