Closed toovy closed 7 years ago
Does it work without foreman?
This command works, starts the debugger, but my server won't start without the ENV vars set by node-foreman
$ node --inspect --debug-brk app.js
run it like this nf run node -- --inspect --debug-brk app.js
@dickeyxxx great, that works fine! Thanks a lot.
Node has an experimental feature to enable debugging with V8. Trying it with
nf run
does not work:So the question is: Any ideas how to solve it? Thanks in advance. BR toovy