The new C# extension is working pretty well but it lacks the Jump to Cursor feature during debugging.
This feature would allow developers to move the current execution point to a specific line within the same file (either forward or backward),
without executing the code in between. It’s particularly useful for quickly re-evaluating logic or skipping over known sections of code.
This functionality exists in the official Microsoft C# extension for VSCode, and bringing it to Cursor would significantly enhance the debugging workflow for C# developers.
Thanks for considering this!