Edit

Share via


IDebugErrorBreakpoint2::GetPendingBreakpoint

Gets the pending breakpoint that caused the error.

Syntax

int GetPendingBreakpoint ( 
   out IDebugPendingBreakpoint2 ppPendingBreakpoint
);

Parameters

ppPendingBreakpoint
[out] Returns an IDebugPendingBreakpoint2 object that represents the pending breakpoint that failed to be bound.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also