Debug: Step Over

debug.stepOver

Step over the current line.

How to run it

Open the command palette (M-x in the Emacs keymap) and search for Debug: Step Over, then press Enter. It also has a default keybinding:

Emacs C-cC-dn
VS Code f10
IntelliJ IDEA f8

See also