コード例 #1
0
 public int GetBreakpointResolution(out IDebugErrorBreakpointResolution2 ppErrorResolution)
 {
     ppErrorResolution = new AD7ErrorBreakpointResolution(_error, _errorType);
     return Constants.S_OK;
 }
コード例 #2
0
 public int GetBreakpointResolution(out IDebugErrorBreakpointResolution2 ppErrorResolution)
 {
     ppErrorResolution = new AD7ErrorBreakpointResolution(_error, _errorType);
     return(Constants.S_OK);
 }