IntelliJ IDEA 2019.2 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 | Show Execution Point from the main menu.

  • Press Alt+F10.

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

Last modified: 17 October 2019