Ejemplo n.º 1
0
 public int GetBreakpointResolution(out IDebugErrorBreakpointResolution2 ppErrorResolution)
 {
     ppErrorResolution = new AD7ErrorBreakpointResolution(_error, _errorType);
     return Constants.S_OK;
 }
Ejemplo n.º 2
0
 public int GetBreakpointResolution(out IDebugErrorBreakpointResolution2 ppErrorResolution)
 {
     ppErrorResolution = new AD7ErrorBreakpointResolution(_error, _errorType);
     return(Constants.S_OK);
 }