Home > Article > Backend Development > What are the shortcut keys for running pycharm?
pycharm running shortcut keys are: 1. Ctrl Shift F10; 2. Alt Shift F9; 3. Shift F10; 4. F9; 5. Ctrl Shift F10; 6. Ctrl Alt R; 7. F8; 8 , F7; 9, Shift F8; 10, Alt F9; 11, Alt F8; 12, Ctrl Alt F8; 13, Ctrl Shift F8 and so on.
The operating system for this tutorial: Windows 10 system, Python version 3.11.4, Dell G3 computer.
PyCharm running shortcut keys are as follows:
Ctrl Shift F10: Select configuration and run.
Alt Shift F9: Select configuration and debugging.
Shift F10: Run.
F9: Recovery program.
Ctrl Shift F10: Run the environment configuration editor.
Ctrl Alt R: Run the manage.py task.
F8: Single step.
F7: Enter.
Shift F8: Jump out.
Alt F9: Run to the cursor.
Alt F8: Evaluation expression.
Ctrl Alt F8: Quick evaluation expression.
Ctrl Shift F8: View breakpoints.
The above is the detailed content of What are the shortcut keys for running pycharm?. For more information, please follow other related articles on the PHP Chinese website!