You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple traces attached - I fire and event and get a trace - but I can't easily tell which trace triggered it - multiple arity fns with records in each argument are hard to mentally parse to reconstruct the arity of the call in your head
The text was updated successfully, but these errors were encountered:
The easy answer is to spawn another window that contains the trace list and filter field, and populate the filter with the function name e.g. gen_server:call/3 which will only show the traces for that function, steps:
Add a context menu item to the right click menu
When the item is executed create a new window and pass in the function name string and DbgTraceView.sortedTtraces. The control in the window should create its own filtered version of the list so changes to the filter will only affect its own view.
I have multiple traces attached - I fire and event and get a trace - but I can't easily tell which trace triggered it - multiple arity fns with records in each argument are hard to mentally parse to reconstruct the arity of the call in your head
The text was updated successfully, but these errors were encountered: