WinDebugger

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

enterDebugLoop
bool enterDebugLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreateProcessDebugEvent
uint onCreateProcessDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onCreateThreadDebugEvent
uint onCreateThreadDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onExitProcessDebugEvent
uint onExitProcessDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onExitThreadDebugEvent
uint onExitThreadDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onLoadDllDebugEvent
uint onLoadDllDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onOutputDebugStringEvent
uint onOutputDebugStringEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onRipEvent
uint onRipEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnloadDllDebugEvent
uint onUnloadDllDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
processDebugEvent
void processDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
startDebugging
bool startDebugging(string exefile, string args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_continueStatus
uint _continueStatus;
Undocumented in source.
_pi
PROCESS_INFORMATION _pi;
Undocumented in source.
_si
STARTUPINFOW _si;
Undocumented in source.
_stopRequested
bool _stopRequested;
Undocumented in source.

Meta