Guest User

Untitled

a guest
Aug 14th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. ----------------------------------------
  2. System.Windows.Forms.resources
  3. Versione assembly: 2.0.0.0
  4. Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
  5. Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
  6. ----------------------------------------
  7. mscorlib.resources
  8. Versione assembly: 2.0.0.0
  9. Versione Win32: 2.0.50727.4963 (win7RTMGDR.050727-4900)
  10. Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  11. ----------------------------------------
  12.  
  13. ************** Debug JIT **************
  14. Per attivare il debug JIT, è necessario impostare il valore
  15. jitDebugging nella sezione system.windows.forms del file di configurazione
  16. dell'applicazione o del computer (machine.config).
  17. L'applicazione inoltre deve essere compilata con il debug
  18. attivato.
  19.  
  20. Ad esempio:
  21.  
  22. <configuration> <system.windows.forms jitDebugging="true" /> </configuration>
  23. Quando il debug JIT è attivato, tutte le eccezioni non gestite
  24. vengono inviate al debugger JIT registrato nel computer,
  25. anziché essere gestite da questa finestra di dialogo.
Add Comment
Please, Sign In to add comment