Beispiel #1
0
 int IDebugEngine2.CreatePendingBreakpoint(IDebugBreakpointRequest2 pBPRequest, out IDebugPendingBreakpoint2 ppPendingBP)
 {
     Debug.Assert(_breakpointManager != null);
     _breakpointManager.CreatePendingBreakpoint(pBPRequest, out ppPendingBP);
     return(VSConstants.S_OK);
 }