Метод | Описание | |
---|---|---|
Attach ( Response response, dynamic args ) : void | ||
Continue ( Response response, dynamic args ) : void | ||
Disconnect ( Response response, dynamic args ) : void | ||
Evaluate ( Response response, dynamic args ) : void | ||
Initialize ( Response response, dynamic args ) : void | ||
Launch ( Response response, dynamic args ) : void | ||
MonoDebugSession ( ) : System | ||
Next ( Response response, dynamic args ) : void | ||
Pause ( Response response, dynamic args ) : void | ||
Scopes ( Response response, dynamic args ) : void | ||
SetBreakpoints ( Response response, dynamic args ) : void | ||
StackTrace ( Response response, dynamic args ) : void | ||
StepIn ( Response response, dynamic args ) : void | ||
StepOut ( Response response, dynamic args ) : void | ||
Threads ( Response response, dynamic args ) : void | ||
Variables ( Response response, dynamic args ) : void |
Метод | Описание | |
---|---|---|
CreateStoppedEvent ( string reason, Mono.Debugging.Client.ThreadInfo ti, string text = null ) : |
||
CreateVariable ( Mono.Debugging.Client.ObjectValue v ) : |
||
FindThread ( int threadReference ) : Mono.Debugging.Client.ThreadInfo | ||
HasMonoExtension ( string path ) : bool | ||
SendOutput ( string category, string data ) : void | ||
Stopped ( ) : void | ||
Terminate ( string reason ) : void | ||
getBool ( dynamic container, string propertyName, bool dflt = false ) : bool | ||
getInt ( dynamic container, string propertyName, int dflt ) : int | ||
getString ( dynamic args, string property, string dflt = null ) : string |
public Attach ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Continue ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Disconnect ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Evaluate ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Initialize ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Launch ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Next ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Pause ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Scopes ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public SetBreakpoints ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public StackTrace ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public StepIn ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public StepOut ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Threads ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |
public Variables ( Response response, dynamic args ) : void | ||
response | Response | |
args | dynamic | |
Результат | void |