Class AD7PendingBreakpoint
Inheritance
System.Object
AD7PendingBreakpoint
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public class AD7PendingBreakpoint : IDebugPendingBreakpoint2
Constructors
|
Improve this Doc
View Source
AD7PendingBreakpoint(IDebugBreakpointRequest2, AD7Engine, BreakpointManager)
Declaration
public AD7PendingBreakpoint(IDebugBreakpointRequest2 pBPRequest, AD7Engine engine, BreakpointManager bpManager)
Parameters
Methods
|
Improve this Doc
View Source
ClearBoundBreakpoints()
Declaration
public void ClearBoundBreakpoints()
|
Improve this Doc
View Source
GetDocumentContext(UInt32)
Declaration
public AD7DocumentContext GetDocumentContext(uint address)
Parameters
Type |
Name |
Description |
System.UInt32 |
address |
|
Returns
|
Improve this Doc
View Source
OnBoundBreakpointDeleted(AD7BoundBreakpoint)
Declaration
public void OnBoundBreakpointDeleted(AD7BoundBreakpoint boundBreakpoint)
Parameters