Using the debugger gem, I get the following error when attempting to use the ‘skip’ command:
INTERNAL ERROR!!! undefined method `skip_next_exception’ for
Debugger:Module
- Ruby Version: 1.9.3-p194
- RubyGems Version: 1.8.24
- OS: OSX 10.7 Lion
Is this a bug in the debugger or simply user error?
I can’t see your code. But I can suggest the following solutions:
debbuggergem to your Gemfile orrequire 'debbugger'it directly