ruby-debug/ruby-debug-base19

Error on Ruby 1.9.2

ricardohsd opened this issue · 5 comments

Hi,

I received an error when execute a test in ruby 1.9.2

Failure/Error: debugger
undefined method `run_init_script' for Debugger:Module

Have some idea?

What patchlevel are you on? Are you trying to debug from command line or IDE?

Hi,

I'm on ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.6.0] and using with rspec + capybara on acceptance tests

Updated version pushed to rubygems. Please update to 0.11.29 and check if the problem persists. Feel free to reopen if it does

It works. Thanks