Search code examples
.netdebuggingadplus

Adplus fullonfirst for a specific exception?


A colleague is trying to track down a race condition, leading to an InvalidOperationException. I suggested adplus with fullonfirst, but it turns out that a third party library throws and catches all manner of exceptions under the hood. Is there any way if restricting to a managed exception type?


Solution

  • This old bugslayer post describes how to configure Adplus to create mini dumps on specific exceptions.