C# 클래스 Mono.Debugger.Client.Debugger

파일 보기 프로젝트 열기: Microsoft/vscode-mono-debug

공개 메소드들

메소드 설명
Connect ( IPAddress address, int port ) : void
Continue ( ) : void
Disconnect ( ) : void
GetBreakpointId ( ) : long
GetWatchId ( ) : long
Kill ( ) : void
Listen ( IPAddress address, int port ) : void
Pause ( ) : void
Read ( FileInfo file ) : void
ResetOptions ( ) : void
ResetState ( ) : void
Run ( FileInfo file ) : void
SetInstruction ( int offset ) : void
SetLine ( string fileName, int line ) : void
StepIntoInstruction ( ) : void
StepIntoLine ( ) : void
StepOutOfMethod ( ) : void
StepOverInstruction ( ) : void
StepOverLine ( ) : void
Write ( FileInfo file ) : void

비공개 메소드들

메소드 설명
Debugger ( ) : System
EnsureCreated ( ) : void
PrintException ( Mono.Debugging.Client.ExceptionInfo ex ) : void
PrintException ( string prefix, Mono.Debugging.Client.ExceptionInfo ex ) : void
StringizeTarget ( ) : string

메소드 상세

Connect() 공개 정적인 메소드

public static Connect ( IPAddress address, int port ) : void
address System.Net.IPAddress
port int
리턴 void

Continue() 공개 정적인 메소드

public static Continue ( ) : void
리턴 void

Disconnect() 공개 정적인 메소드

public static Disconnect ( ) : void
리턴 void

GetBreakpointId() 공개 정적인 메소드

public static GetBreakpointId ( ) : long
리턴 long

GetWatchId() 공개 정적인 메소드

public static GetWatchId ( ) : long
리턴 long

Kill() 공개 정적인 메소드

public static Kill ( ) : void
리턴 void

Listen() 공개 정적인 메소드

public static Listen ( IPAddress address, int port ) : void
address System.Net.IPAddress
port int
리턴 void

Pause() 공개 정적인 메소드

public static Pause ( ) : void
리턴 void

Read() 공개 정적인 메소드

public static Read ( FileInfo file ) : void
file System.IO.FileInfo
리턴 void

ResetOptions() 공개 정적인 메소드

public static ResetOptions ( ) : void
리턴 void

ResetState() 공개 정적인 메소드

public static ResetState ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( FileInfo file ) : void
file System.IO.FileInfo
리턴 void

SetInstruction() 공개 정적인 메소드

public static SetInstruction ( int offset ) : void
offset int
리턴 void

SetLine() 공개 정적인 메소드

public static SetLine ( string fileName, int line ) : void
fileName string
line int
리턴 void

StepIntoInstruction() 공개 정적인 메소드

public static StepIntoInstruction ( ) : void
리턴 void

StepIntoLine() 공개 정적인 메소드

public static StepIntoLine ( ) : void
리턴 void

StepOutOfMethod() 공개 정적인 메소드

public static StepOutOfMethod ( ) : void
리턴 void

StepOverInstruction() 공개 정적인 메소드

public static StepOverInstruction ( ) : void
리턴 void

StepOverLine() 공개 정적인 메소드

public static StepOverLine ( ) : void
리턴 void

Write() 공개 정적인 메소드

public static Write ( FileInfo file ) : void
file System.IO.FileInfo
리턴 void