Cannot use ruby-debug19 with 1.9.3-p0?
Posted
by
Stefan Kendall
on Stack Overflow
See other posts from Stack Overflow
or by Stefan Kendall
Published on 2011-12-04T20:14:56Z
Indexed on
2012/04/05
23:29 UTC
Read the original article
Hit count: 398
I run this:
gem install ruby-debug19
And in my cucumber env.rb
file, I have this:
require 'ruby-debug'
When I try to run, though, I get this exception:
/home/skendall/.rvm/gems/ruby-1.9.3-p0/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.so: undefined symbol: ruby_current_thread - /home/skendall/.rvm/gems/ruby-1.9.3-p0/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.so (LoadError)
What do I need to do to get ruby-debug to work with 1.9.3-p0?
© Stack Overflow or respective owner