Search code examples
ptvs

Assign keyboard shortcut to "Start without debugging"


Python Tools for Visual Studio has the option to debug a script. How can I assign a keyboard shortcut for this?

Tools/Options/Environment/Keyboard does not seem to contain this option


Solution

  • Command titles are "Start without Debugging" and "Start with Debugging" (in addition to the context menu, they're also under Project). Consequently, the command names are Project.StartwithoutDebugging and Project.StartwithDebugging - you should be able to find those in Tools -> Options -> Environment -> Keyboard.