dlangide v0.5.7 (2015-12-10T13:40:30Z)
Home
Dub
Repo
ConsoleDebuggerInterface
ddebug
gdb
gdbinterface
Undocumented in source.
class
ConsoleDebuggerInterface : DebuggerBase,
TextWriter
{
protected
ExternalProcess
_debuggerProcess
;
ExternalProcessState
runDebuggerProcess
(string executable, string[] args, string dir);
bool
onDebuggerStdoutLines
(string[] lines);
bool
sendLine
(string text);
void
writeText
(dstring text);
}
Members
Functions
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
Source
See Implementation
ddebug
gdb
gdbinterface
classes
ConsoleDebuggerInterface
GDBInterface