C# Класс MonoDevelop.Monobjc.Debugger.MonobjcSoftDebuggerEngine

Наследование: IDebuggerEngine
Показать файл Открыть проект

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

Метод Описание
CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool

Determines whether this instance can debug the specified command.

CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo

Creates the debugger start info.

CreateSession ( ) : Mono.Debugging.Client.DebuggerSession

Creates the session.

GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[]

Gets the attachable processes.

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

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

Determines whether this instance can debug the specified command.
public CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand The command.
Результат bool

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

Creates the debugger start info.
public CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo
command MonoDevelop.Core.Execution.ExecutionCommand The command.
Результат Mono.Debugging.Client.DebuggerStartInfo

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

Creates the session.
public CreateSession ( ) : Mono.Debugging.Client.DebuggerSession
Результат Mono.Debugging.Client.DebuggerSession

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

Gets the attachable processes.
public GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[]
Результат Mono.Debugging.Client.ProcessInfo[]