PhpStorm 2018.2 Help

Alt+Shift

This section lists and describes the keyboard shortcuts that include the Shift+Alt keys:

Shortcut

Function

Use this shortcut to...

Shift+Alt+F7

Force Step Into

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

Shift+Alt+F8

Force Step Over

Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints.

Shift+Alt+F9

Debug

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

Shift+Alt+F10

Run

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

Last modified: 21 November 2018

See Also