DebuggerProxy

proxy for debugger interface implementing async calls

Constructors

this
this(DebuggerBase debugger, void delegate(Runnable runnable) callbackDelegate)
Undocumented in source.

Members

Functions

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.

Inherited Members

From Debugger

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

start debugging

Meta