Home  >  Article  >  Backend Development  >  What are the shortcut keys for running pycharm?

What are the shortcut keys for running pycharm?

小老鼠
小老鼠Original
2023-12-19 15:33:201844browse

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.

What are the shortcut keys for running pycharm?

The operating system for this tutorial: Windows 10 system, Python version 3.11.4, Dell G3 computer.

PyCharm running shortcut keys are as follows:

  1. Ctrl Shift F10: Select configuration and run.

  2. Alt Shift F9: Select configuration and debugging.

  3. Shift F10: Run.

  4. F9: Recovery program.

  5. Ctrl Shift F10: Run the environment configuration editor.

  6. Ctrl Alt R: Run the manage.py task.

  7. F8: Single step.

  8. F7: Enter.

  9. Shift F8: Jump out.

  10. Alt F9: Run to the cursor.

  11. Alt F8: Evaluation expression.

  12. Ctrl Alt F8: Quick evaluation expression.

  13. 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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn