Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ************** JIT Debugging **************
  2. To enable just-in-time (JIT) debugging, the .config file for this
  3. application or computer (machine.config) must have the
  4. jitDebugging value set in the system.windows.forms section.
  5. The application must also be compiled with debugging
  6. enabled.
  7.  
  8. For example:
  9.  
  10. <configuration>
  11. <system.windows.forms jitDebugging="true" />
  12. </configuration>
  13.  
  14. When JIT debugging is enabled, any unhandled exception
  15. will be sent to the JIT debugger registered on the computer
  16. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement