Pregunta

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

¿Fue útil?

Solución

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 bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top