1

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?

James L
  • 16,456
  • 10
  • 53
  • 70

1 Answers1

2

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

Brian Rasmussen
  • 114,645
  • 34
  • 221
  • 317