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
As per the new stable release (1.36), VSCode now supports debugging extensions' ability to add a "Jump to cursor" functionality to the context menu and/or the command palette.
Synopsis -exec-jump location
Resumes execution of the inferior program at the location specified by parameter. See Specify Location, for a description of the different forms of location.
GDB Command
The corresponding GDB command is ‘jump’.
Type: Debugger
Feature Request
As per the new stable release (1.36), VSCode now supports debugging extensions' ability to add a "Jump to cursor" functionality to the context menu and/or the command palette.
This will let the debugger to skip code and jump to a specific line to continue the execution.
This is already implemented in the C# extension. It would be great if the C++ extension also implements the feature.
The text was updated successfully, but these errors were encountered: