Am I missing something obvious ? This works in vscode. So can I simply not f5 debug in cursor ?
Unfortunately, Microsoft blocks access to this
which leads me to another obvious question (but i have not seen an answer)
Why canât cursor ai just be a plugin like similiar tools (cosine) ?
im guessing its because you need functionality beyond what a plugin can do ?
As a standalone application, Cursor has more control over the IDE, enabling greater AI integration possibilities.
Cmd-k and some of our other features arenât possible as a plugin, as are many of the things weâre building toward in the future!
Hi, what alternatives do we have in this case?
I just have to have VS2022 open and cursor and jump back and forth. So cursor ends up getting in the way and being used solely for the chat window.
To run and debug .NET projects in Cursor, you can use the netcoredbg project - a managed code debugger for CoreCLR with an MI interface. You can find it at Samsung/netcoredbg.
Hereâs an example of my launch.json configuration: Debugging .NET Projects in Cursor with netcoredbg: launch.json Example ¡ GitHub
too bad. they would increase development and usage of their platform etc.
Yeah Iâm doing the same. You need a lot of screens by the way Thanks for the automate file change detection
Has anyone encountered the problem:
Starting: âC:\Program Files (x86)\netcoredbg\netcoredbg.exeâ --interpreter=vscode --server=4711 C:\Users\vid66"${workspaceFolder}â/bin/Debug/net9.0/Program.dll âC:/Program Files (x86)/netcoredbg/netcoredbg.exe --interpreter=vscodeâ
Error from pipe program ânetcoredbg.exeâ: Error: Unknown option C:\Users\vid66"${workspaceFolder}â/bin/Debug/net9.0/Program.dll
The pipe program ânetcoredbg.exeâ exited unexpectedly with code 1.
I think itâs extremely important to find a way to have it supported by default - at the moment I need to switch on using VSCode/Rider to debug, but having AI helping during the debug can be even more interesting for Cursor usersâŚ
Thanks a lot! It solve this problem.
We just released our own C# extension, which has the open-source netcoredbg debugger built in. You can get find it by searching for @id:anysphere.csharp
in the extension marketplace â attaching a screenshot. Could you give this a try and share whether it works for you?
Thanks, this is gr8!
This is amazing. Just last week I was thinking of switching from VS Code to Cursor for one of our C# projects, and if I had tried it back then this solution wouldnât have existed. Thank you for releasing this, it works great for us!