— These are also a good read:
— Https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/Debugging_JavaScript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger
Message permanent page
— 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