Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the pending breakpoint that caused the error.
HRESULT GetPendingBreakpoint (
IDebugPendingBreakpoint2** ppPendingBreakpoint
);
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.