From: Lyle Johnson Date: 2002-09-14T06:02:48+09:00 Subject: Re: Dump each method called to stdout? Chris Morris wrote: > Is there a quick way to hook each method call so I can output the method > name to stdout so I can see the last method called before the hang? I think Kernel#set_trace_func will probably do what you want: http://www.rubycentral.com/book/ref_m_kernel.html#Kernel.set_trace_func Hope this helps, Lyle