PyCharm 2020.1 Help

Finding the Current Execution Point

When a program is suspended, the source file, associated with the current execution point, is opened in the editor. The current execution point (the next line to be executed) is marked with a blue line.

You can visit the other files, and then return to the current execution point using the actions described in this section.

Find the current execution point

Do one of the following:

  • Call Run | Debugging Actions | Show Execution Point from the main menu.

  • Press Alt+F10.

  • Click The Show Execution Point on the stepping toolbar of the Debug tool window.

These options are disabled when there is no executing process.

Last modified: 08 May 2020