3 using Mono.Debugging.Soft;
 
    4 using MonoDevelop.Debugger;
 
    5 using MonoDevelop.Core.Execution;
 
    6 using MonoDevelop.Debugger.Soft;
 
    7 using Mono.Debugging.Client;
 
    9 namespace MonoDevelop.Debugger.Soft.
Paradox 
   19             return cmd.CommandString.StartsWith(
"ParadoxDebug");
 
   24                 cmd.CommandString.EndsWith(
"Client")
 
   25                     ? 
new SoftDebuggerStartInfo(
new SoftDebuggerConnectArgs(
"TestApp", IPAddress.Loopback, 13332))
 
   26                     : 
new SoftDebuggerStartInfo(
new SoftDebuggerListenArgs(
"TestApp", IPAddress.Any, 13332));
 
   35             return new ProcessInfo[0];
 
DebuggerSession CreateSession()
 
DebuggerStartInfo CreateDebuggerStartInfo(ExecutionCommand cmd)
 
ProcessInfo[] GetAttachableProcesses()
 
bool CanDebugCommand(ExecutionCommand cmd)