C# Class Mono.Debugger.ExpressionBreakpoint

Inheritance: Breakpoint
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
LocationType LocationType
Session DebuggerSession

Méthodes publiques

Méthode Description
Activate ( Thread thread ) : void
Deactivate ( Thread target ) : void

Méthodes protégées

Méthode Description
GetSessionData ( XmlElement root, XmlElement element ) : void

Private Methods

Méthode 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 méthode

public Activate ( Thread thread ) : void
thread Thread
Résultat void

Deactivate() public méthode

public Deactivate ( Thread target ) : void
target Thread
Résultat void

GetSessionData() protected méthode

protected GetSessionData ( XmlElement root, XmlElement element ) : void
root System.Xml.XmlElement
element System.Xml.XmlElement
Résultat void

Property Details

LocationType public_oe property

public LocationType LocationType
Résultat LocationType

Session public_oe property

public DebuggerSession,Mono.Debugger Session
Résultat DebuggerSession