— I don't use debugger
but I will now :O
— Saves some time and node --inspect-brk
— Node: https://nodejs.org/en/docs/inspector/
— Thanks, I did this on browser once but the debugger built in to VS Code is a bit of a mystery to me
— I think VS code can stream to Chrome devtools
— It opens a websocket and Chrome devtools automatically looks for it
— Why not in vs code itself?
— Probably a plugin for it