This section lists and describes the keyboard shortcuts that include the ⇧ ⌥ keys:
| Shortcut | Function | Use this shortcut to... |
|---|---|---|
| ⌥⇧F7⌥⇧F7⌃⌘F5⌥F11⌥⇧F7 | Force Step Into | Step into the method called in the current execution point, even if this method is to be skipped. |
| ⌥⇧F8⌥⇧F8⌃⌘F6⌥⇧F8⌥⇧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. |
| ⌃⌥D⌥⇧F9⌃⌥D⌥⇧F9⌥⇧F9 | Debug | Quickly select run/debug configuration and debug/edit it. |
| ⌃⌥R⌥⇧F10⌃⌥R⌥⇧F10⌥⇧F10 | Run | Quickly select run/debug configuration and run/edit it. |