Rails with ruby-debugger throw 'Symbol not found: _ruby_current_thread (LoadError)'

前端 未结 7 2072
旧巷少年郎
旧巷少年郎 2020-12-04 12:14

I have standard ruby-head and Rails 3.1rc4. I installed ruby-debug with following instructions from http://dirk.net/2010/04/17/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/<

7条回答
  •  情话喂你
    2020-12-04 12:49

    If you are running Ruby 1.9.3x, to fix it go to ruby-debug on rubyforge, download and install ruby-debug-base 0.11.26 and linecache19 0.5.13. Modify your Gemfile to use these files, then run

    bundle update ruby-debug-base19
    

    Debugger should work now.

    Thanks Jerome

提交回复
热议问题