kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Dynamic recompilation when file has changed #129

Open andreytkachenko opened 8 years ago

andreytkachenko commented 8 years ago
  1. It would be great to have ability to debug without launching the script. Because I have a big project with many services. Service starts up with a scheduling script (I have an ability to pass the --debug parameter when it starts) which sends parameters to it.
  2. It would be super good also to have dynamic recompilation when the file changed)
codecontemplator commented 8 years ago

Hi,

Thanks for your feedback. No 1 is a duplicate of #23 I think and it is supported in the latest release. I currently have little idea of how no 2 would be implemented but I keep this open.