C# Class Mono.Debugger.SourceBreakpoint

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

Public Methods

Method Description
Activate ( Thread target ) : void
Deactivate ( Thread target ) : void
SourceBreakpoint ( DebuggerSession session, ThreadGroup group, SourceLocation location ) : System

Protected Methods

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

Private Methods

Method Description
Clone ( int breakpoint_id ) : Breakpoint
OnTargetExited ( ) : void
Resolve ( Thread target, StackFrame frame ) : BreakpointHandle
SourceBreakpoint ( DebuggerSession session, int index, ThreadGroup group, SourceLocation location ) : System

Method Details

Activate() public method

public Activate ( Thread target ) : void
target 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

SourceBreakpoint() public method

public SourceBreakpoint ( DebuggerSession session, ThreadGroup group, SourceLocation location ) : System
session DebuggerSession
group ThreadGroup
location SourceLocation
return System