IRemoteDebugApplication110 Interface
Used to provide new capabilities that can be called by script debuggers and in-process callers.
Important
This interface is implemented by PDM v11.0 and greater. Found in activdbg100.h.
Methods
The IRemoteDebugApplication110
interface exposes the following methods.
Method | Description |
---|---|
IRemoteDebugApplication110::SetDebuggerOptions | Called to update debugger options. The options default to 0 (SDO_NONE). |
IRemoteDebugApplication110::GetCurrentDebuggerOptions | Returns the current set of options that are enabled. |
IRemoteDebugApplication110::GetMainThread | Returns the main thread for hosts that call SetSite. |