How to disable "just in time" debugger from visual studio 2008?

I have started to see this winlogon.exe crash when i installed visual studio 2008, could it be possible to disable "just in time debugger" because once i press "no" or shut off the dialog window, my computer shuts off. the same happens when i shut off winlogon.exe with process explorer...

I would like to disable that just-in-time-debugger because i never needed it and sometimes when a fullscreen program crashes i cant click the "no" button at all and i have to press reset button from my computer.

2 Answers

It can be found under Tools... Options... Debugging... Just In Time. Uncheck "native code."

You can disable JIT, You can find it in Visual studio 2008 under Options.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like