IDebugSessionProviderEx Interface
The primary interface provided by a debugger IDE to enable host- and language-initiated debugging. It establishes a debug session for a running application. This interface is implemented by the Machine Debug Manager.
In addition to the methods inherited from IUnknown
, the IDebugSessionProviderEx
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IDebugSessionProviderEx:CanJITDebug | Determines whether Just In Time debugging is possible with the specified application. |
IDebugSessionProviderEx:StartDebugSession | Initiates a debug session with the specified application. |