CrabDude / babel-node-debug

node-inspector's node-debug using babel-node
MIT License
92 stars 11 forks source link

change host #19

Closed lethot closed 8 years ago

CrabDude commented 8 years ago

Happy to make this configurable. I don't know what the node-inspector node-debug convention is for specifying host (I didn't see one at first glance), and I don't understand the benefits of specifying 0.0.0.0 vs localhost in this instance since it's targeting a destination server, not specifying a set of IPs to listen on.

That said, I'm assuming this is to allow for remote debugging, so again, happy to accept PRs that make host configurable.