From: SASADA Koichi <ko1@...> Date: 2012-10-28T05:26:27+09:00 Subject: [ruby-core:48496] Re: [ruby-trunk - Bug #7214] Ruby 2.0 breaks support for some debugging tools (2012/10/28 5:14), banister (john mair) wrote: > Unfortunately I can't make it to rubconf2012. > > What we need for Ruby 2.0 is the `binding_of_caller` gem working (https://github.com/banister/binding_of_caller/blob/ruby-2.0/ext/binding_of_caller/binding_of_caller.c). We need the ability to grab bindings from parent frames up the call-stack. > > We are using this `binding_of_caller` functionality to great effect in the pry-rescue (https://github.com/conradirwin/pry-capture) and pry-stack_explorer (https://github.com/pry/pry-stack_explorer) projects, they allow some very powerful workflows, and it would be a real shame if they can't work in 2.0 as they work brilliantly in Ruby 1.9.2-1.9.3 currently. > > I am willing to help in any way possible to make this a reality for Ruby 2.0, just let me know what you need. Thank you. It is great information for me. Can I find API description? -- // SASADA Koichi at atdot dot net