Represents a running application. It does not need to correspond to an operating system process. Typically, a debugger targets an application for debugging. The Process Debug Manager typically implements the application object.
In addition to the methods inherited from IUnknown, the IRemoteDebugApplicationEx interface exposes the following methods.
Method | Description |
---|---|
Returns the process ID for the host application. | |
GetHostMachineName | Returns the name of the computer that the host application is running on. |
Sets the language for the debugger localization. | |
Forces the debugger into single-step mode. | |
Revokes a break command. | |
SetProxyBlanketAndAddRef | Updates COM security information on a proxy for a debugger object to ensure compatibility with remote debugging from Windows 95-based operating systems. |
ReleaseFromSetProxyBlanket | Releases AddRef from SetProxyBlanketAndAddRef. |