Trip v5.0.0 - now using Fiber.
trip.rb is a concurrent tracer that can pause and resume the code it is tracing. The new major version is notable because it moves away from threads to using fibers instead, and that will hopefully prove more reliable than the previous threaded implementation.
Post a comment