Debugger do not work properly #14

Closed
opened 2012-03-01 10:40:19 +00:00 by kiela · 4 comments
kiela commented 2012-03-01 10:40:19 +00:00 (Migrated from github.com)

As in topic, debugger do not work properly with guard, it means it stops for a short while and then render rest of website, so you can not type anything in debugger.

Some info:

Used:

  • rvm 1.6.10
  • ruby 1.9.2-p180
  • rails 3.2.1
As in topic, debugger do not work properly with guard, it means it stops for a short while and then render rest of website, so you can not type anything in debugger. Some info: - Test app can be found here: https://github.com/kiela/guard-rails-myapp - Logs from setup app can be found here: https://github.com/kiela/guard-rails-myapp/blob/master/install.log Used: - rvm 1.6.10 - ruby 1.9.2-p180 - rails 3.2.1
johnbintz commented 2012-03-01 14:08:12 +00:00 (Migrated from github.com)

That's not something I'll be able to easily fix. Guard::Rails forks a new Rails process, which becomes non-interactive. All Guard::Rails does is manage the Rails process itself, it has no knowledge of the app. If you want to use debugger, you'll probably have to run the app the old-fashioned way.

That's not something I'll be able to easily fix. Guard::Rails forks a new Rails process, which becomes non-interactive. All Guard::Rails does is manage the Rails process itself, it has no knowledge of the app. If you want to use debugger, you'll probably have to run the app the old-fashioned way.
ches commented 2012-04-09 20:58:59 +00:00 (Migrated from github.com)

Hmm, the debugger option for the guard and its entry in the README are misleading, then. 😉

Hmm, the `debugger` option for the guard and its entry in the README are misleading, then. :wink:
johnbintz commented 2012-04-10 13:00:24 +00:00 (Migrated from github.com)

Might want to talk to @joelmoss who added that and must have gotten it working somehow.

Might want to talk to @joelmoss who added that and must have gotten it working somehow.
ches commented 2012-04-10 13:02:36 +00:00 (Migrated from github.com)

I suppose it might work for a remote debugger... it does work and Joel can show how on the wiki that'd be awesome 😄

I suppose it might work for a remote debugger... it does work and Joel can show how on the wiki that'd be awesome :smile:
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/guard-rails#14
No description provided.