"Jump to Cursor" in Debug Mode for C# Extension

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!

Hi @apereira, thanks for sharing this feedback.
You might want to try the DotRush extension – some folks have reported better luck with that!

Hi,
I did test it and it also lack this feature. Unfortunately even promising, DotRush is actually maintain only (almost) by a single person as a side project.