cursor icon indicating copy to clipboard operation
cursor copied to clipboard

.NET projects cannot be debugged using vsdbg

Open ILAOHE opened this issue 1 year ago • 5 comments

https://github.com/dotnet/vscode-csharp/wiki/Microsoft-.NET-Core-Debugger-licensing-and-Microsoft-Visual-Studio-Code

ILAOHE avatar Sep 03 '24 23:09 ILAOHE

可以有用cursor编写.NET项目并运行吗(Can I write a .NET project with cursor and run it?)

nanfengovo avatar Sep 04 '24 02:09 nanfengovo

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.
Screenshot 2024-09-13 at 11 37 22

ciuliene avatar Sep 13 '24 09:09 ciuliene

可以有用cursor编写.NET项目并运行吗(Can I write a .NET project with cursor and run it?)

Yes you can, but you cannot debug it using the vsdbg.

ciuliene avatar Sep 13 '24 09:09 ciuliene

But what settings do I have to change to use another debugger for a simple C# console program ?

marcoseraphin avatar Oct 03 '24 07:10 marcoseraphin

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

nanfengovo avatar Oct 03 '24 08:10 nanfengovo