Exemplo n.º 1
0
 public int Bind()
 {
     try
     {
         _boundBreakpoint = new AD7BoundBreakpoint(_engine, this);
         return(VSConstants.S_OK);
     }
     catch
     {
         return(VSConstants.S_FALSE);
     }
 }
Exemplo n.º 2
0
 //public AD7BreakpointBoundEvent(AD7PendingBreakpoint pendingBreakpoint, AD7BoundBreakpoint boundBreakpoint)
 public AD7BreakpointBoundEvent(AD7PendingBreakpoint pendingBreakpoint, AD7BoundBreakpoint boundBreakpoint = null)
 {
     _pendingBreakpoint = pendingBreakpoint;
     _boundBreakpoint = boundBreakpoint;
 }