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

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

  • On the main menu, choose Run | Show Execution Point.
  • Press Alt+F10.
  • Click frames show execution point on the stepping toolbar of the Debug tool window.
Last modified: 27 July 2018

See Also