Primary interface to the process debug manager. This interface can create, add, or remove a virtual application from a process. It can enumerate stack frames and application threads.
In addition to the methods inherited from IUnknown, the IProcessDebugManager interface exposes the following methods.
Method | Description |
---|---|
Creates a new debug application object for this application. | |
Returns a default application object for the current process. | |
Adds an application to the machine debug manager's list of running applications. | |
Removes an application from the running application list. | |
Creates a new debug document helper for this application. |