Pycharm快捷键

一、运行

1、Shift + F10  运行特定文件

2、Ctrl + Shift + F10  运行当前文件

3、Ctrl + F5  运行或调试器下,重新运行

二、调试

F7  step into

F8  step over

F9  resume

Shift + F8  step out

Shift + F9   调试特定文件

三、光标跳转

Ctrl + Alt + Left(Right)  调整到上一次(下一次)编辑处

Ctrl + B  跳转到声明

原文地址:https://www.cnblogs.com/MattCheng/p/7841033.html