Метод | Описание | |
---|---|---|
Connect ( |
||
Continue ( ) : void | ||
Disconnect ( ) : void | ||
GetBreakpointId ( ) : long | ||
GetWatchId ( ) : long | ||
Kill ( ) : void | ||
Listen ( |
||
Pause ( ) : void | ||
Read ( |
||
ResetOptions ( ) : void | ||
ResetState ( ) : void | ||
Run ( |
||
SetInstruction ( int offset ) : void | ||
SetLine ( string fileName, int line ) : void | ||
StepIntoInstruction ( ) : void | ||
StepIntoLine ( ) : void | ||
StepOutOfMethod ( ) : void | ||
StepOverInstruction ( ) : void | ||
StepOverLine ( ) : void | ||
Write ( |
Метод | Описание | |
---|---|---|
Debugger ( ) : System | ||
EnsureCreated ( ) : void | ||
PrintException ( Mono.Debugging.Client.ExceptionInfo ex ) : void | ||
PrintException ( string prefix, Mono.Debugging.Client.ExceptionInfo ex ) : void | ||
StringizeTarget ( ) : string |
public static Connect ( |
||
address | ||
port | int | |
Результат | void |
public static GetBreakpointId ( ) : long | ||
Результат | long |
public static Listen ( |
||
address | ||
port | int | |
Результат | void |
public static Read ( |
||
file | ||
Результат | void |
public static Run ( |
||
file | ||
Результат | void |
public static SetInstruction ( int offset ) : void | ||
offset | int | |
Результат | void |
public static SetLine ( string fileName, int line ) : void | ||
fileName | string | |
line | int | |
Результат | void |
public static StepIntoInstruction ( ) : void | ||
Результат | void |
public static StepOutOfMethod ( ) : void | ||
Результат | void |
public static StepOverInstruction ( ) : void | ||
Результат | void |
public static Write ( |
||
file | ||
Результат | void |