Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate in debug console keyboard shortcut #98390

Closed
romainmartinez opened this issue May 22, 2020 · 2 comments
Closed

Evaluate in debug console keyboard shortcut #98390

romainmartinez opened this issue May 22, 2020 · 2 comments

Comments

@romainmartinez
Copy link

A command widely used when debugging code is to evaluate a selection in the debug console.

There is an option to do this in vscode:
Screenshot from 2020-05-22 14-22-10

Using Auto completion in the settings.json, I couldn't find the keyboard shortcut for this action.

Would it be possible to add it?

@ArturoDent
Copy link

The command Evaluate in Debug Console is listed in the Keyboard Shortcuts - which is where you should look for commands and their keybindings, if any.

There is no default keybinding for that command. You can set your own in the Keyboard Shortcut panel after you search for the command. Click the + button to the command's left.

@romainmartinez
Copy link
Author

You are absolutely right, thank you for the information. Sorry as I searched directly in the json.

The corresponding field is editor.debug.action.selectionToRepl.

Closing.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants