Harshada Hole

Program Manager , Visual Studio Debugger

Harshada Hole is a program manager on the Visual Studio Debugger Team, focused on creating a more productive debugging experience.

Post by this author

Debug code with force run to cursor

Starting Visual Studio 2022 Preview 2 you can use "Force Run To Cursor". It is like "Run To Cursor," but you can keep your breakpoints and the debugger will skip over them until it reaches the line of code with the cursor. It will also skip any of the first-chance exceptions break conditions that may occur.