DebuggerBase

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

onDebuggerThreadFinished
void onDebuggerThreadFinished()
Undocumented in source. Be warned that the author may not have intended to support it.
onDebuggerThreadStarted
void onDebuggerThreadStarted()
Undocumented in source. Be warned that the author may not have intended to support it.
postRequest
void postRequest(Runnable request)
Undocumented in source. Be warned that the author may not have intended to support it.
startDebugging
void startDebugging(string debuggerExecutable, string executable, string[] args, string workingDir, DebuggerResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_debuggerExecutable
string _debuggerExecutable;
Undocumented in source.
_queue
BlockingQueue!Runnable _queue;
Undocumented in source.

Inherited Members

From Debugger

startDebugging
void startDebugging(string debuggerExecutable, string executable, string[] args, string workingDir, DebuggerResponse response)

start debugging

Meta