I’ve been having a bad time since I started using Cursor daily.
All my projects are C# based, and making them compile and debug was a huge effort. It was necessary to install Samsung’s debugger, etc. All C# people have probably been through that path with Cursor at some point.
I’ll try to implement @jorgepsmatos’ solution for debugging tests.
But what is making me more annoyed at this time is the HUGE difference between the build and Cursor’s Problem listing.
I just made a change that caused several places to break. I knew that I would have several errors. This is my dotnet build
result:
Cursor was showing nothing. And after I opened one test file:
Did you guys have the same problem? Is there any config I could apply to have a better problem mapping?
The same happens with Warnings and Informations. It’s like Cursor is not even verifying those results in the GUI.
Thanks for any help!