Live data from Hacker News

How to make ruby-debug work in Ruby 1.9.3

blog.wyeworks.com

1–3 of 3 posts

Re: How to make ruby-debug work in Ruby 1.9.3

#2
An alternative that will make ruby-debug, perftools.rb and some other tools work without installing pre-release versions is to use a tiny patch that re-exposes the _ruby_current_thread symbol.

https://github.com/ruby/ruby/pull/47

Here's a script to install ruby-1.9.3-p0 with the patch applied using ruby-build: https://gist.github.com/1270704