Visual Studio 2019: a problem with the exceptions handling

  • Thread starter Thread starter wawa0177daniel
  • Start date Start date
W

wawa0177daniel

Guest
Hello everyone, I'm not matherlanguage so I'm sorry for eventual language mistakes. The problem I have regards exceptions handling. I handle as many exceptions as possible but, maybe, I miss some exception in the development phase; as of course you know, when you don't handle an exception and you're running the application out of Visual Studio, this kind of message box appears:

1594509.png

The message is written in Italian, but my question is not how to handle the exception itself, I just want to avoid this message box; if I click on "Dettagli" (Details), it explains me a way to activate the "JIT Debug", and it says that I have to set the jitDebugging value on the system.windows.forms section, which is part of the application configuration file or computer (machine.config). I hope you know what I'm talking about and that my problem is clear, because I'm not able to do these operations with that explanation. So, I want to activate the JITDebugger in order to avoid this dialog, and I don't know how can I do it. My question is: how can I activate the JIT Debug? I need your help.

Thank you very much.

Continue reading...
 
Back
Top