Initiates a debug session with the specified application.
HRESULT StartDebugSession( IRemoteDebugApplication* pda );
- pda
[in] Specifies the debug application.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method initiates a debug session with the specified application. The debugger should call IRemoteDebugApplication::ConnectDebugger before returning from this call.