patrick-steele-idem / browser-refresh

Node.js module to enable server restart and browser refresh in response to file modifications
110 stars 18 forks source link

debugger with node-inspector #12

Closed mccarvell closed 8 years ago

mccarvell commented 9 years ago

I am not able to get debugging working with browser-refresh. In comparison, these steps work with nodemon:

terminal1: nodemon --debug server.js terminal2: node-inspector (provides a URL and I'm off an running and debugging breaks trigger)

With browser-refresh I've tried: terminal1: browser-refresh server.js --debug terminal2: node-inspector (gives a URL but break points don't seem to do anything and it behaves differently).

Thanks for any help!

epinapala commented 8 years ago

+1