From: Roger Pack Date: 2009-08-01T22:06:01+09:00 Subject: Re: ruby_frame in 1.8 is what in 1.9? Jason Roelofs wrote: > So I have some C++ extension code that nicely uses ruby_frame->orig_func > and > ruby_frame->self to figure out the current status of the VM at a given > method call. Trying to port this to 1.9 is running into some issues, Maybe you could find some insight by examining how ruby-debug was ported to 1.9 =r http://github.com/mark-moseley/ruby-debug/tree/master -- Posted via http://www.ruby-forum.com/.