❔ Programs Wont run
Whenever I try and run my programs It makes me choose a debugger and doesnt run
9 Replies
Does
dotnet run
work?
Could be an issue with spaces in your file namesit does
are you pressing the debug button
f5?
also i think you need the c# extension if you dont have it
i do
@horsedaddy open the command pallette and search for "generate debug" and there should be an option to automatically generate debug configuration for your project. After that you should be able to just press f5 to start debugging.
Ty
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.