This topic has not yet been rated - Rate this topic

Process Debug Manager

The process debug manager (PDM) is a component of Visual Studio that manages programs and processes, making them available to the session debug manager and the debug engines.

The PDM manages all the processes that can be debugged. To be debugged, a program must be registered with the PDM. This is done at the time the program is launched, either by a port or a debug engine.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.