Gerald
10/15/2021, 11:29 AMLeonardo Correa
10/17/2021, 5:07 AMnode --inspect myNodeServer.js
The --inspect
gives the ability to attach an external debugger to the running process. This is the usual output:
Debugger listening on <ws://127.0.0.1:9229/cba6c30e-31d3-4175-a57e-85e57ce93d0e>
I tried npx sst start --inspect
but that was just a guess lol 😃