PyCharm Edu 2019.2 Help

Running and Debugging

Function

Shortcut

Use this shortcut to...

Run

Shift+F10

Run a program.

Choose configuration and run

Shift+Alt+F10

Quickly select run/debug configuration and run or edit it.

Rerun

Ctrl+F5

Repeat execution with the same settings, with the same tab of the Run tool window having the focus.

Rerun without loosing focus in the editor

Shift+F10

Repeat execution with the same settings, with the same tab of the editor having the focus.

Debug

Shift+F9

Debug a program.

Choose configuration and debug

Shift+Alt+F9

Quickly select run/debug configuration and debug or edit it.

Step Over

F8

Step to the next line in the current file.

Step Into

F7

Step to the next executed line..

Step Out

Shift+F8

Step to a first executed line after returning from the current method.

Step Into My Code

Shift+Alt+F8

.

Force Step Into

Shift+Alt+F7

Steps into the method called in the current execution point even if this method is to be skipped.

Run to Cursor

Alt+F9

Run to the line where the caret is located.

Force Run To Cursor

Ctrl+Alt+F9

Run to the line where the caret is located, ignoring breakpoints.

Resume Program

F9

Resume program execution.

Stop Program

Shift+F2

Terminate a debugging session.

Evaluate Expression

Alt+F8

Evaluate an arbitrary expression.

Quick Evaluate Expression

Ctrl+Alt+F8

Evaluate an arbitrary expression without calling Evaluate Expression dialog.

Toggle Breakpoint

Ctrl+F8

Toggle breakpoint at the current line.

View Breakpoints

Ctrl+Shift+F8

View/manage all breakpoints.

Last modified: 22 January 2020