Advanced Ruby Debugging With the TracePoint Class

Опубликовано: 16 Июнь 2026
на канале: Jesus Castello
332
11

In this video you will learn about the TracePoint class. This class allows you to trace methods calls & other events like new threads being created.

Using the TracePoint object given to you as a block argument you can get more information about this event, like the event type, the method name & the class where this method is defined.

Watch the full video for more examples & a more detailed explanation.

The name of the gem mentioned in the video is "visual_call_graph".

For more tutorials subscribe to the channel & visit my site:

https://www.rubyguides.com

Thanks for watching!