public MonoMacDebuggerStartInfo(MonoMacExecutionCommand cmd)
     : base(new SoftDebuggerListenArgs(cmd.AppPath.FileNameWithoutExtension, IPAddress.Loopback, 0))
 {
     ExecutionCommand = cmd;
 }
 public MonoMacDebuggerStartInfo(MonoMacExecutionCommand cmd)
     : base(cmd.AppPath.FileNameWithoutExtension, IPAddress.Loopback, 8901)
 {
     ExecutionCommand = cmd;
 }