Debug: Step Into
debug.stepInto Step into the call at the current line.
How to run it
Open the command palette (M-x in the Emacs keymap) and search for Debug: Step Into, then press Enter. It also has a default keybinding:
| Emacs | C-cC-di |
| VS Code | f11 |
| IntelliJ IDEA | f7 |