ConsoleDebuggerInterface

Undocumented in source.

Members

Functions

onDebuggerStdoutLine
void onDebuggerStdoutLine(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
onDebuggerStdoutLines
bool onDebuggerStdoutLines(string[] lines)

return true to clear lines list

runDebuggerProcess
ExternalProcessState runDebuggerProcess(string executable, string[] args, string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
sendLine
bool sendLine(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
writeText
void writeText(dstring text)

log lines

Variables

_debuggerProcess
ExternalProcess _debuggerProcess;
Undocumented in source.

Inherited Members

From TextWriter

writeText
void writeText(dstring text)

log lines

Meta