dlangide ~master (2018-03-20T13:36:12Z)
Home
Dub
Repo
ConsoleDebuggerInterface
ddebug
gdb
gdbinterface
abstract
class
ConsoleDebuggerInterface : DebuggerBase,
TextWriter
{
ExternalProcess
_debuggerProcess
;
bool
onDebuggerStdoutLines
(
string
[]
lines
)
;
void
writeText
(
dstring
text
)
;
}
Members
Functions
onDebuggerStdoutLines
bool
onDebuggerStdoutLines
(
string
[]
lines
)
return true to clear lines list
writeText
void
writeText
(
dstring
text
)
log lines
Inherited Members
From TextWriter
writeText
void
writeText
(
dstring
text
)
log lines
Meta
Source
See Implementation
ddebug
gdb
gdbinterface
classes
ConsoleDebuggerInterface
GDBInterface
GDBRequest
functions
appendThreadParam
interfaces
TextCommandTarget