Microsoft Development Environment
-
I have no idea what happened, if I did it, or how to fix it. All of a sudden, when I began to run my program using ctrl f5, the program will build and then I will get a dialog box with an ICONSTOP and the title "Microsoft Development Environment" and it has the text "Unable to start debugging. The Machine Debug Manager is disabled". It doesn't run the program!!! Well how in the world do I enable it again???:confused: ----------------- http://www.zachcalvert.com
-
I have no idea what happened, if I did it, or how to fix it. All of a sudden, when I began to run my program using ctrl f5, the program will build and then I will get a dialog box with an ICONSTOP and the title "Microsoft Development Environment" and it has the text "Unable to start debugging. The Machine Debug Manager is disabled". It doesn't run the program!!! Well how in the world do I enable it again???:confused: ----------------- http://www.zachcalvert.com
The Machine Debug Manager is a service that is running on your computer. It must be enabled and running in order for debugging to work. To re-enable it (in Windows XP), right-click on My Computer and choose 'Manage'. In Computer Management, expand the 'Services and Applications' node, then click on 'Services'. (An alternatice to this is to use Start->Run and type 'services.msc' on the execution line) From the list of services, browse until you find 'Machine Debug Manager'. Right-click, choose 'Properties', and set the Startup type to 'Automatic'. Then click Ok, and right-click on the service name again. This time, choose 'Start'. Now the service is running and is automatically started when your machine boots up. The debugging should work again. -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.