Hacker News new | ask | show | jobs
How to make ruby-debug work in Ruby 1.9.3 (blog.wyeworks.com)
26 points by spastorino 5347 days ago
1 comments

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