public override bool Send(string cmd) { DebuggerInput.WriteLine(cmd); DebuggerInput.Flush(); return(true); }
public override bool Send(string command) { DebuggerInput.WriteLine(command); return(true); }