Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Great Ruby tracing gem? [closed]

Read about this one:

http://unroller.rubyforge.org/

http://github.com/TylerRick/unroller

Look at the pictures!

Unfortunately, it's very outdated and not actively maintained.

I wonder, are there any other tools similar to this one that can show me what code was just executed, in what file, what the output was and what the return value was?

Would be so much better than tracing everything manually between the Terminal and a bunch of Ruby files!

like image 423
never_had_a_name Avatar asked Apr 01 '26 02:04

never_had_a_name


1 Answers

not as nice as unroller, there is tracer

http://en.wikibooks.org/wiki/Ruby_Programming/Standard_Library/Tracer

and my backtracer gem I believe has a "--tracer" option

http://github.com/rdp/backtracer That's about it though.

like image 121
rogerdpack Avatar answered Apr 03 '26 18:04

rogerdpack



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!