Attaching Tracer and Backtracer to all thread #584
Replies: 2 comments
-
Currently, only one thread per |
Beta Was this translation helpful? Give feedback.
-
Would it be more logical to set the default behavior to trace on all threads and introduce a FilterThread method in the Tracer class, instead of having a single thread selector? |
Beta Was this translation helpful? Give feedback.
-
I've noticed Im missing a lot of calls happening in different threads. It can be tricky to attach to threads that haven't been created yet. Is there a way to Trace assemblies across all threads?
Beta Was this translation helpful? Give feedback.
All reactions