Debug: Toggle Breakpoint
debug.toggleBreakpoint Add or remove a breakpoint on the caret line.
How to run it
Open the command palette (M-x in the Emacs keymap) and search for Debug: Toggle Breakpoint, then press Enter. It also has a default keybinding:
| Emacs | C-cC-b |
| VS Code | f9 |
| IntelliJ IDEA | C-f8 |