I cannot get out of JS Debuging Tool in VS Code
11:27 17 Feb 2026

I tried to debug some simple .js script in Visual Studio Code (Node.js is installed), but when I click on RUN AND DEBUG and select JS Debugger I only get these options from the palette: enter image description here

I cannot stop the process as there is not STOP icon and I'm stuck. (Cannot go back to RUN AND DEBUG main page where Python Debug is also shown). Tried to kill the VS Code process, reinstall it, delete all the depending leftovers from the previous installation, but when I install it again it opens me the same folder structure as before the uninstallation and I can see the same... Tried to kill it here but nothing happens, please someone advice enter image description here

javascript node.js visual-studio-code debugging vscode-debugger