Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top