guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Problem with debugger in guard #23

Closed zoras closed 13 years ago

zoras commented 13 years ago

While in debug mode in guard, if I modify the files in rails app then guard crashes. As I understand, guard fires its test whenever any changes to the file occurs but there's no checking if guard is in debug mode or not.

Debugger would be much more fun to use if we can modify the files as we go. Hope this will be a quick fix :)

thibaudgg commented 13 years ago

Not sure to understand your issue, please can you explain it differently and maybe give some ideas about a fix. Thanks. Are you sure it's a issue on guard-spork and not guard itself?

zoras commented 13 years ago

sry about this issue, it seems this has already been fixed