| Shortcut | Function | Use this shortcut to... |
|---|---|---|
| Alt+Shift+F7Alt Shift F7 | Force Step Into | Step into the method called in the current execution point, even if this method is to be skipped. |
| Alt+Shift+F8Alt Shift 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. |
| Alt+Shift+F9Control Alt D | Debug | Quickly select run/debug configuration and debug/edit it. |
| Alt+Shift+F10Control Alt R | Run | Quickly select run/debug configuration and run/edit it. |

