Advanced Ruby Debugging With the TracePoint Class

preview_player
Показать описание
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:

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Thanks! I use a lot of your articles to help me understand Ruby better.

DLNorG