C# Класс UnityDebug.UnityDebugSession

Наследование: VSCodeDebug.DebugSession
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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
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
UnityDebugSession ( ) : System
Variables ( Response response, dynamic args ) : void

Приватные методы

Метод Описание
CreateStoppedEvent ( string reason, Mono.Debugging.Client.ThreadInfo ti, string text = null ) : StoppedEvent
CreateVariable ( Mono.Debugging.Client.ObjectValue v ) : Variable
FindThread ( int threadReference ) : Mono.Debugging.Client.ThreadInfo
HasMonoExtension ( string path ) : bool
ParseEvaluate ( string expression ) : string
SendOutput ( string category, string data ) : void
Stopped ( ) : void
Terminate ( string reason ) : void
getInt ( dynamic container, string propertyName, int dflt ) : int
getString ( dynamic args, string property, string dflt = null ) : string

Описание методов

Attach() публичный Метод

public Attach ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Continue() публичный Метод

public Continue ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Disconnect() публичный Метод

public Disconnect ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Evaluate() публичный Метод

public Evaluate ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Initialize() публичный Метод

public Initialize ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Launch() публичный Метод

public Launch ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Next() публичный Метод

public Next ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Pause() публичный Метод

public Pause ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Scopes() публичный Метод

public Scopes ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

SetBreakpoints() публичный Метод

public SetBreakpoints ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

StackTrace() публичный Метод

public StackTrace ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

StepIn() публичный Метод

public StepIn ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

StepOut() публичный Метод

public StepOut ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

Threads() публичный Метод

public Threads ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void

UnityDebugSession() публичный Метод

public UnityDebugSession ( ) : System
Результат System

Variables() публичный Метод

public Variables ( Response response, dynamic args ) : void
response VSCodeDebug.Response
args dynamic
Результат void