 |
How to disable Visual Studio debugger? - Stack Overflow
I just had this problem today with Visual Studion 2013. This MSDN article: Just-In-Time Debugging in Visual Studio works for me. In my case, I just rename Debugger to Debugger_del and DbgManagedDebugger to DbgManagedDebugger_del. To disable Just-In-Time .
stackoverflow.com |
 |