guard / guard-spork

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

can't debug #10

Closed zoras closed 13 years ago

zoras commented 13 years ago

Unlike using spork, i can't run debugger while using guard. This is a must while using rspec and cucumber tests.

Please add support for ruby-debug and ruby-debug19.

http://translate.google.com/translate?hl=en&sl=ja&u=http://irohiroki.com/2011/02/08/autotest-guard-spork-and-ruby-debug

Mr. Hiroki has seems to have added support for ruby-debug19. It would be nice if you can merge it. https://github.com/irohiroki/guard-spork

zoras commented 13 years ago

sent pull request https://github.com/guard/guard-spork/pull/11

zoras commented 13 years ago

just for confirmation the debugger works in app/models/.rb using the workarounds with bootstraps and hacks given in this guide http://blog.carbonfive.com/2010/12/10/speedy-test-iterations-for-rails-3-with-spork-and-guard/