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
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?