Error on Ruby 1.9.2
ricardohsd opened this issue · 5 comments
ricardohsd commented
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?
denofevil commented
What patchlevel are you on? Are you trying to debug from command line or IDE?
ricardohsd commented
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
denofevil commented
Could you please try this version: http://teamcity.jetbrains.com/repository/download/bt281/52056:id/ruby-debug-base19x-0.11.28.gem ?
denofevil commented
Updated version pushed to rubygems. Please update to 0.11.29 and check if the problem persists. Feel free to reopen if it does
ricardohsd commented
It works. Thanks