PhpStorm 2016.3 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.

To find the current execution point, do one of the following

  • On the main menu, choose Run | Show Execution Point.
  • Press Alt+F10.
  • Click /help/img/idea/2016.3/frames_show_execution_point.png on the stepping toolbar of the Debug tool window.

See Also

Concepts:

Last modified: 23 March 2017