The primary interface exposed by a debugger. In addition to the methods inherited from IUnknown, the IApplicationDebugger interface exposes the following methods.
Method | Description |
---|---|
Indicates if the debugger is responsive. | |
Allows the creation of objects in the debugger process by code that is out-of-process to the debugger. | |
Handles a debug output event. | |
Handles a breakpoint event. | |
Handles a debug application close event. | |
Handles a custom application event. |