vector icon indicating copy to clipboard operation
vector copied to clipboard

Allow router and server node to be debugged remotely

Open Jannis opened this issue 4 years ago • 0 comments

This is made possible by passing --inspect to node/ts-node command that starts the processes. nodemon should pass --inspect on to ts-node automatically; if that doesn't work we may have to update the --exec flag to include --inspect. But this is prettier, so I'm hoping it works.

Jannis avatar Apr 28 '21 15:04 Jannis