You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the C# extension, and have a simple C# program which you can debug. Docs for setting up here. Debug a C# program, you can use a simple console application, or even better if you have something complex. After hitting a breakpoint verify:
Jump to cursor command appears in the command palette and in the context menu
Jump to cursor works as expected - moving the execution point to the cursor while not executing the lines in between.
Try to Jump to cursor to some invalid locations - a warning should be shown and no change to the debuggee
Refs: #25653
Complexity: 3
Install the C# extension, and have a simple C# program which you can debug. Docs for setting up here. Debug a C# program, you can use a simple console application, or even better if you have something complex. After hitting a breakpoint verify:
Jump to cursor
command appears in the command palette and in the context menuJump to cursor
works as expected - moving the execution point to the cursor while not executing the lines in between.Jump to cursor
to some invalid locations - a warning should be shown and no change to the debuggeefyi @weinand
The text was updated successfully, but these errors were encountered: