Closed GabrielDelepine closed 6 years ago
Hi
I looking for the proper option to use the --inspect mode of node to be able to debug server-side
--inspect
Thanks
Hi!
This is what I would do.
node --inspect node_modules/.bin/roc start
https://github.com/rocjs/roc/blob/master/docs/Runtime.md#start-the-application-using-the-command-line-script-manually
Wonderful, thanks!
Hi
I looking for the proper option to use the
--inspect
mode of node to be able to debug server-sideThanks