My machine runs Windows Vista SP1.
During the installation process I was prompt with a warning message that the Machine Debug Manager service was still running. For completing the installation process on the safe side I had to stop this service.
So, what is exactly the Machine Debug Manager? What is the purpose of it?
Machine Debug Manager supports local and remote debugging for Visual Studio and script debuggers. Among these, it also allows windows users to debug Internet Explorer scripting errors.
You can stop this service by opening Windows Services (start –> run –> services.msc) and explicitly stopping the service “Machine Debug Manager” (Service Name: MDM).
When the installation of the Service Pack completes, you can then start the service again if desirable.
Artemakis Artemiou is a Senior SQL Server Architect, Author, and a 9 Times Microsoft Data Platform MVP (2009-2018). He has over 15 years of experience in the IT industry in various roles. Artemakis is the founder of SQLNetHub and TechHowTos.com. Artemakis is the creator of the well-known software tools Snippets Generator and DBA Security Advisor. Also, he is the author of many eBooks on SQL Server. Artemakis currently serves as the President of the Cyprus .NET User Group (CDNUG) and the International .NET Association Country Leader for Cyprus (INETA).
If I stop this service …may it make my windows unstable… do you recomend to be started again(sorry for my english)
Hi Valentin,
Stopping the Machine Debug Manager service will not make Windows unstable.
This service allows the Windows user to be able to debug Visual Studio applications and Internet Explorer scripts. By stopping it you will just not be able to do so.
In the case that you do not need to debug such applications/scripts, it is better to have this service stopped as it also increases security.
hank you for the info.
Cheers for the info. I also encountered the same warning when installed VS 2008 SP1, and this cleared up things.
Hi Alex,
I am glad that my post helped!
Thanks for the post…had the same problem installing SP1 for VS 2008.
Dave
Hi Dave,
I am glad I helped!
Regards,
Artemakis
Thanks!!!