.NET projects cannot be debugged using vsdbg
https://github.com/dotnet/vscode-csharp/wiki/Microsoft-.NET-Core-Debugger-licensing-and-Microsoft-Visual-Studio-Code
可以有用cursor编写.NET项目并运行吗(Can I write a .NET project with cursor and run it?)
I am very very very very sad about this limitation 😭:
.NET Debugging is supported only in Microsoft versions of VS Code. See https://aka.ms/VSCode-DotNet-DbgLicense for more information.
可以有用cursor编写.NET项目并运行吗(Can I write a .NET project with cursor and run it?)
Yes you can, but you cannot debug it using the vsdbg.
But what settings do I have to change to use another debugger for a simple C# console program ?
But what settings do I have to change to use another debugger for a simple C# console program ?
但是我必须更改哪些设置才能将另一个调试器用于简单的C#控制台程序?
这个和VSCode应该是一样的吧,如果需要使用GUI的话应该要复杂一点,可以参考:https://vscode.github.net.cn/docs/languages/csharp