Saw an interesting thread on comp.lang.ruby.
The original poster asked how to trace every method call in a program.
Using Kernel#set_trace_func and Needle were two ways suggested.
- Vasudev Ram
Subscribe to:
Post Comments (Atom)
This is the blog of Dancing Bison Enterprises, Vasudev Ram's software products, consulting and training company.
1 comment:
see tracer.rb and unroller gem for examples of use.
Post a Comment