Debug: Step Out
debug.stepOut Step out of the current method.
How to run it
Open the command palette (M-x in the Emacs keymap) and search for Debug: Step Out, then press Enter. It also has a default keybinding:
| Emacs | C-cC-do |
| VS Code | S-f11 |
| IntelliJ IDEA | S-f8 |