M
Mark Olbert
I have a custom exception handler that "wraps" an entire application. Basically, all it does is make
things easier on my beta testers by letting them click a button to copy all the information I want
on an exception to the clipboard, from where they can paste it into an email to me. This works fine
on my development machine when I'm running the app under the VS debugger.
However, on my testers' machines, which don't have VS installed, they don't see my handler; they see
a request asking them if they want to invoke the JIT debugger. I'd prefer that they not see this.
Is there a way to suppress the Framework's request to invoke the JIT debugger when an exception
occurs?
- Mark
things easier on my beta testers by letting them click a button to copy all the information I want
on an exception to the clipboard, from where they can paste it into an email to me. This works fine
on my development machine when I'm running the app under the VS debugger.
However, on my testers' machines, which don't have VS installed, they don't see my handler; they see
a request asking them if they want to invoke the JIT debugger. I'd prefer that they not see this.
Is there a way to suppress the Framework's request to invoke the JIT debugger when an exception
occurs?
- Mark