Suppressing just-in-time debugging

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have a win app running under windows scheduler. Sometimes the just-in-time
debugger comes up requiring the user to select a debugger. Is it possible to
suppress this as it becomes inconvenient for the user?

Thanks

Regards
 
Try finding out what is triggering the debugger to come up. That will stop
it.

Generally you don't 'just get' that dialog box unless an exception has
happened triggering the debugger request.
 

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

Back
Top