0

I am using the new --inspect to develop with node and I must say its hugely annoying to have to click the reconnect button after every single js change in my node application when using nodemon

enter image description here

Is there any way to have this automatically connect once the server has restarted?

Or even add a delay so every second it trys to reconnect if its not?

Jamie Hutber
  • 26,790
  • 46
  • 179
  • 291
  • This could be helpful: https://stackoverflow.com/a/44407773/3244654 if you are using https://github.com/node-inspector/node-inspector – Ignacio Aug 13 '17 at 06:08
  • 1
    I know this is an old one but I usually first start my program with `--inspect --debug-brk` then open chrome 61 then open the url: `chrome://inspect` click `Open dedicated DevTools for Node` and it automatically re attaches to the process when I restart the node process – HMR Oct 15 '17 at 02:58

0 Answers0