dlangide v0.5.7 (2015-12-10T13:40:30Z)
Home
Dub
Repo
DebuggerProxy
ddebug
common
debugger
proxy for debugger interface implementing async calls
class
DebuggerProxy :
Debugger
{
this
(DebuggerBase debugger, void delegate(Runnable runnable) callbackDelegate);
void
startDebugging
(string debuggerExecutable, string executable, string[] args, string workingDir, DebuggerResponse response);
}
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
Source
See Implementation
ddebug
common
debugger
aliases
DebuggerResponse
Runnable
classes
DebuggerBase
DebuggerProxy
enums
ResponseCode
interfaces
Debugger
proxy for debugger interface implementing async calls