question

zuwert-5759 avatar image
0 Votes"
zuwert-5759 asked Bruce-SqlWork answered

i cant debug in vscode c# console

i have c# and vscode icons enabled it took me to a debugger category but none of those worked and idk what to do

dotnet-csharp
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


To work around the problem, use Visual Studio.

0 Votes 0 ·

@zuwert-5759
You can install different extensions to debug your code on VS Code.
Debugging
If you install the extension but still cannot debug the code, then I suggest you ask your question in its GitHub repository.

0 Votes 0 ·
Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

first, you can only debug C# .net core projects. Second you need a launch file. The s code c# extension should be able to create one. It’s either a console, or web app.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

first, you can only debug C# .net core projects. Second you need a launch file. The s code c# extension should be able to create one. It’s either a console, or web app.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.