Why does Pycharm Debug keyboard Shortcut always prompts for configuration....
已回答
How do I get the keyboard shortcut to automatically run Debug configuration *without* prompting everytime for the configuration that I want to run? I only have one configuration and it's the active one - I just want to be able to press Shift+F9 and have it start debugging.
Right, now when I Shift-F9 it does the following:

请先登录再写评论。
Hi cacotigon! Do you have Shift+F9 assigned to Debug action in keymap?
Could you please try to recreate your run configuration?
Hi Pavel,
I think I figured it out. I'm used to Visual Studio so I had mapped Debug *and* Resume both to F5 but this causes the "Run Configuration" window to appear. Once I mapped Debug to "Shift F5" and Resume to "F5" everything worked properly.
Thanks!