Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top