DEV Community

Discussion on: Optimize Your Debugging Process With Object-Oriented Tracing and tapping_device

Collapse
 
rohitpal profile image
rohit

Hi Stan,

This is really a nice article and will help many in debugging.
I was just curious to know if there is a possibility to print only part of the object like few attributes and not entire object. It will help make the trace more readable in cases when objects are huge.

Collapse
 
st0012 profile image
Stan Lo

Hello, thanks for the feedback! I guess you were using print_calls_in_detail? I've pushed a commit to address that issue. Can you try it by installing the gem with the master branch?

gem "tapping_device", github: "st0012/tapping_device"