Method | 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.
|
public CanDebugCommand ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool | ||
command | MonoDevelop.Core.Execution.ExecutionCommand | The command. |
return | bool |
public CreateDebuggerStartInfo ( MonoDevelop.Core.Execution.ExecutionCommand command ) : Mono.Debugging.Client.DebuggerStartInfo | ||
command | MonoDevelop.Core.Execution.ExecutionCommand | The command. |
return | Mono.Debugging.Client.DebuggerStartInfo |
public CreateSession ( ) : Mono.Debugging.Client.DebuggerSession | ||
return | Mono.Debugging.Client.DebuggerSession |
public GetAttachableProcesses ( ) : Mono.Debugging.Client.ProcessInfo[] | ||
return | Mono.Debugging.Client.ProcessInfo[] |