Prevent JIT Debugging Window

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I have a console application with an UnhandledEvent handler and I believe it
would work correctly if I could prevent the JIT Debugger from catching the
problem first. How do I stop the JIT Debugger window from popping up? I
know windows applications can have a flag set in the config file but I can't
find anything like this for a console application.

Thanks,

Matt
 
Back
Top