Debugger do not work properly #14
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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.
Hmm, the
debugger
option for the guard and its entry in the README are misleading, then. 😉Might want to talk to @joelmoss who added that and must have gotten it working somehow.
I suppose it might work for a remote debugger... it does work and Joel can show how on the wiki that'd be awesome 😄