C# Class Mono.Debugger.ExpressionBreakpoint

Inheritance: Breakpoint
Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
LocationType LocationType
Session DebuggerSession

Public Methods

Method Description
Activate ( Thread thread ) : void
Deactivate ( Thread target ) : void

Protected Methods

Method Description
GetSessionData ( XmlElement root, XmlElement element ) : void

Private Methods

Method Description
ExpressionBreakpoint ( DebuggerSession session, ThreadGroup group, LocationType type, string expression ) : System
ExpressionBreakpoint ( DebuggerSession session, int index, ThreadGroup group, LocationType type, string expression ) : System
OnTargetExited ( ) : void
Resolve ( Thread target, StackFrame frame ) : BreakpointHandle

Method Details

Activate() public method

public Activate ( Thread thread ) : void
thread Thread
return void

Deactivate() public method

public Deactivate ( Thread target ) : void
target Thread
return void

GetSessionData() protected method

protected GetSessionData ( XmlElement root, XmlElement element ) : void
root System.Xml.XmlElement
element System.Xml.XmlElement
return void

Property Details

LocationType public property

public LocationType LocationType
return LocationType

Session public property

public DebuggerSession,Mono.Debugger Session
return DebuggerSession