Prevent JIT Debugging Window

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top