tmm1 / rbtrace

like strace, but for ruby code
MIT License
1.71k stars 65 forks source link

Update --backtrace to ignore rbtrace's own background thread #83

Closed casperisfine closed 4 years ago

casperisfine commented 4 years ago

Followup to https://github.com/tmm1/rbtrace/pull/78

The thread spawned by eval are name to be more easily filtered out, and --backtraces use the name to ignore them.

@SamSaffron @danielwaterworth

danielwaterworth commented 4 years ago

This looks good to me. @SamSaffron, what do you think?

SamSaffron commented 4 years ago

This looks good to me!