RubyFlow The Ruby and Rails community linklog

Trip: concurrent tracer built on Thread#set_trace_func.

trip is a concurrent tracer for the ruby programming language. It yields control between two threads, most likely the main thread and a thread that trip creates. It is implemented in pure ruby(no C) and with the help of “Thread#set_trace_func”. It can be useful when building developer tools like a debugger or if you want to step through code progmatically at runtime.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in