How to enable debugging?

Hello everyone

What does this message mean as I've never encountered this issue.

Thank you

************** JIT Debugging **************
To enable Just-In-Time (JIT) debugging, the configuration file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When Just-In-Time debugging is enabled, unhandled exceptions
will be sent to the JIT debugger registered on the computer
instead of being handled by this dialog box.
Configuration: Windows XP Internet Explorer 6.0

3 answers

  1. <configuration>
    <system.windows.forms jitdebugging="true" />
    </configuration>
    9
    1. Salut, oui j'ai compris mais comment je vais à
      <configuration>
      <system.windows.forms jitDebugging="true" />
      </configuration>
      dis-moi les destinations pour y aller
      merci d'avance
      0
    2. Well, are you going to show us the way to get there??
      0
    3. Because I also have this problem, and I’ve been pulling all-nighters for a long time to dig deep into my PC and I can’t figure out how to debug these damn programs, so now that I have half the answer, it annoys me not to have the whole thing!!!!!!
      0
    4. how do we go to settings etc.. please thank you in advance
      0
    5. me too, I'm waiting for the answer!??
      0
  2. Where do I go for this configuration?
    0
    1. Given how you're asking, I understand why they're not responding to you ^^
      0