CrabDude / babel-node-debug

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

--save-live-edit doesn't work #4

Closed arisAlexis closed 9 years ago

arisAlexis commented 9 years ago

If I start the exact same server.js script with:

bode-debug -p 8081 server.js I get a listening on port 8080 from my app and everything works fine.

If I add the --save-live-edit option then it never starts listening and my app is not active.

CrabDude commented 9 years ago

Does the same thing work with node-inspector's node-debug?

arisAlexis commented 9 years ago

I am closing because if I run node-ispector --save-live-edit and then babel-node --debug it runs ok so it's fine.