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.
Method | Description |
---|---|
Determines whether Just In Time debugging is possible with the specified application. | |
Initiates a debug session with the specified application. |