msdev.exe debugger
-
Hello, I de-installed visual studio.NET. Recently I found out that the de-installer didn't remove the JIT debugger regestry settings from my system. Now, when a program crashes, the debug dialog appeart and asks me if I want to debug the application. When I hit the retry button (to debug), I get this really annoying message box that says that the JIT debugger canno't be found. It also asks if I want to use the old debugger msdev.exe After sweeping the geristry manually and removing every VS.NET and JIT entry I could find, the dialog still appears. Does anyone know how I can solve the problem? Thanks
A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
-
Hello, I de-installed visual studio.NET. Recently I found out that the de-installer didn't remove the JIT debugger regestry settings from my system. Now, when a program crashes, the debug dialog appeart and asks me if I want to debug the application. When I hit the retry button (to debug), I get this really annoying message box that says that the JIT debugger canno't be found. It also asks if I want to use the old debugger msdev.exe After sweeping the geristry manually and removing every VS.NET and JIT entry I could find, the dialog still appears. Does anyone know how I can solve the problem? Thanks
A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
I solved the problem! I just don't know why I didn't think of enabling the Just In Time debugger from VS 6.0 :mad: On the other hand, my registry is clean(er) than it was before
A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
-
Hello, I de-installed visual studio.NET. Recently I found out that the de-installer didn't remove the JIT debugger regestry settings from my system. Now, when a program crashes, the debug dialog appeart and asks me if I want to debug the application. When I hit the retry button (to debug), I get this really annoying message box that says that the JIT debugger canno't be found. It also asks if I want to use the old debugger msdev.exe After sweeping the geristry manually and removing every VS.NET and JIT entry I could find, the dialog still appears. Does anyone know how I can solve the problem? Thanks
A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
-
Did you check this one? HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Aedebug In "Debugger" String i have: "C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe" -p %ld -e %ld Papa while (TRUE) Papa.WillLove ( Bebe ) ;
I have the same key, but there was another key: "PreVisualStudio7Debugger". Now I have removed the key.. You never know how much garbage an uninstaller leaves around...
A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
-
Hello, I de-installed visual studio.NET. Recently I found out that the de-installer didn't remove the JIT debugger regestry settings from my system. Now, when a program crashes, the debug dialog appeart and asks me if I want to debug the application. When I hit the retry button (to debug), I get this really annoying message box that says that the JIT debugger canno't be found. It also asks if I want to use the old debugger msdev.exe After sweeping the geristry manually and removing every VS.NET and JIT entry I could find, the dialog still appears. Does anyone know how I can solve the problem? Thanks
A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.