Jump to cursor

Use Jump to Cursor while debugging Python to immediately jump execution to the cursor position.

Unlike Run to Cursor, this skips all of the code in between.

Jump to cursor isn’t available for every language, but is supported in Python and C#.