andytill / erlyberly

erlang tracing for the masses
https://twitter.com/erlyberlytips
GNU General Public License v3.0
694 stars 43 forks source link

Allow traces to be toggled through the trace log #144

Closed andytill closed 7 years ago

andytill commented 7 years ago

When debugging, I often put lots of traces down, then narrow the number of traces as I home in on the bug. This change will allow traces to be toggled by right clicking on a trace, and then selecting the Toggle Trace option. This can be used to reapply a trace that has been removed.

image