C# 클래스 Mono.Debugger.SourceBreakpoint

상속: Breakpoint
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( Thread target ) : void
Deactivate ( Thread target ) : void
SourceBreakpoint ( DebuggerSession session, ThreadGroup group, SourceLocation location ) : System

보호된 메소드들

메소드 설명
GetSessionData ( XmlElement root, XmlElement element ) : void

비공개 메소드들

메소드 설명
Clone ( int breakpoint_id ) : Breakpoint
OnTargetExited ( ) : void
Resolve ( Thread target, StackFrame frame ) : BreakpointHandle
SourceBreakpoint ( DebuggerSession session, int index, ThreadGroup group, SourceLocation location ) : System

메소드 상세

Activate() 공개 메소드

public Activate ( Thread target ) : void
target Thread
리턴 void

Deactivate() 공개 메소드

public Deactivate ( Thread target ) : void
target Thread
리턴 void

GetSessionData() 보호된 메소드

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

SourceBreakpoint() 공개 메소드

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