C# Class MonoDevelop.Monobjc.Debugger.MonobjcSoftDebuggerEngine

Inheritance: IDebuggerEngine
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Méthodes publiques

Méthode Description
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.

Method Details

CanDebugCommand() public méthode

Determines whether this instance can debug the specified command.
public CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand The command.
Résultat bool

CreateDebuggerStartInfo() public méthode

Creates the debugger start info.
public CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo
command MonoDevelop.Core.Execution.ExecutionCommand The command.
Résultat Mono.Debugging.Client.DebuggerStartInfo

CreateSession() public méthode

Creates the session.
public CreateSession ( ) : Mono.Debugging.Client.DebuggerSession
Résultat Mono.Debugging.Client.DebuggerSession

GetAttachableProcesses() public méthode

Gets the attachable processes.
public GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[]
Résultat Mono.Debugging.Client.ProcessInfo[]