Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Microsoft Development Environment

Microsoft Development Environment

Scheduled Pinned Locked Moved C / C++ / MFC
comdebugginghelptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Red Sunday
    wrote on last edited by
    #1

    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

    A 1 Reply Last reply
    0
    • R Red Sunday

      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

      A Offline
      A Offline
      Antti Keskinen
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups