Search code examples
visual-studiokeyboard-shortcuts

what's the keyboard short cuts for `continue` button when debugging in vistual studio?


I have setup the keyboard shortcuts for step into and step over, but I didn't find the keyboard shortcuts for continue.

I'm using vs2022.

Does anyone know it? thanks!


Solution

  • By default the continue button(commandDebug.Start) when debugging is F5.