Websites for sale:
Used Cars for Sale - $175 and Car Sale.
If interested drop me a line at ken@kensfi.com. Thanks!
Have questions about Toronto? Check my latest project: Ask about Toronto!
How to get rid of “just in time debugging” (II)
I am writing this article as an update to an old post in which one I offered some help in removing “just-in time debugging” pop-up message. It seems that the old method doesn’t help you guys too much, despite the fact that for me was working just perfect. So, here a couple of new methods, part of them successfully tested by me over the years. Hope these will get you all into the right track :)
1. The registry method:
Open up the registry window by clicking on START and writing in run command: regedit (in translation reg(istry) edit). Hit OK.
Now go to:HKEY_CURRENT_USER\Software\Microsoft\Windows Script\Settings\JITDebug
Make it 0.
This is doing practically the same thing as the method I have been presented into the old post but since for some of you is not working, maybe there was a glitch and hopefully this new one will do the job.
2. DrWatson method:
START / Run / type cmd and hit OK / type drwtsn32 -i and hit enter.
3. Disable Virtual Studio JIT Debugger:
Control Panel > Admin Tools > Services and disable Visual Studio JIT Debugger, if exist. If not, take a ride through system services that are pointing to one of the following software:
C:\WINDOWS\system32\vsjitdebugger.exe
C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe
Disable anything you get related to these services. Or better, look after that executable into your computer files and rename them.
As an ultimate advice, download and install CCleaner and search and remove every registry entries from old deleted and uninstalled programs which can possible screw up your computer and make it generate errors and pop-up messages like this one.
Another advice is to remove IE developer’s toolbar. I’d been using it in the past, too. Now I open Firefox and there is that golden tool for developers, named Firebug so I almost forget IE and its bull-crap.
Good luck with removing of Just in time debugging pop-up and let me know if any of these methods help.
Related Posts
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
Please read before commenting:
I don't tolerate spam comments. Be human and polite. If you are signing as "Computer repairing", "iPhone store" or other kind of bullshits you'll be marked as spam.
USE YOUR NAME! Thanks!


Ok, finally I hope this does it. XP- In Admin Tools -> Services I found Machine Debug Manager pointing to C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\MDM.EXE
I gave it the axe.
Thanks
John glad it works.
Thank you VeryMuch!!!!
I had to run all of the above solutions before I got it to work. Excellent advice. Thanx
After a week of head-smashing and depression, the last method finally worked. I use Windows XP – Start -> Control Panel -> Performance and Maintenance -> Administrative Tools (under ‘or pick a Control Panel icon’) -> Services (which opens a window)-> Machine Debug Manager -> Right click -> “Stop”.
The box never appeared again, thank you!