Retrieves the current debugger connected to the application.
Syntax
HRESULT GetDebugger(
IApplicationDebugger **pad
);
Parameters
- pad
- [out] Address of a pointer to the IApplicationDebugger interface connected to the application.
Return Value
Returns S_OK if successful, or an error code otherwise.