C# Class Microsoft.R.Debugger.AD7ErrorBreakpoint

Inheritance: IDebugErrorBreakpoint2
Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
AD7ErrorBreakpoint ( AD7PendingBreakpoint pendingBreakpoint, AD7ErrorBreakpointResolution errorResolution ) : Microsoft.VisualStudio
GetBreakpointResolution ( IDebugErrorBreakpointResolution2 &ppErrorResolution ) : int
GetPendingBreakpoint ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int

Method Details

AD7ErrorBreakpoint() public method

public AD7ErrorBreakpoint ( AD7PendingBreakpoint pendingBreakpoint, AD7ErrorBreakpointResolution errorResolution ) : Microsoft.VisualStudio
pendingBreakpoint AD7PendingBreakpoint
errorResolution AD7ErrorBreakpointResolution
return Microsoft.VisualStudio

GetBreakpointResolution() public method

public GetBreakpointResolution ( IDebugErrorBreakpointResolution2 &ppErrorResolution ) : int
ppErrorResolution IDebugErrorBreakpointResolution2
return int

GetPendingBreakpoint() public method

public GetPendingBreakpoint ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int
ppPendingBreakpoint IDebugPendingBreakpoint2
return int