mirror of https://github.com/x64dbg/GleeBug
added comment to debug loop
This commit is contained in:
parent
0304fd22e9
commit
e3375376ec
|
|
@ -52,7 +52,7 @@ namespace GleeBug
|
||||||
//call the pre debug event callback
|
//call the pre debug event callback
|
||||||
cbPostDebugEvent(mDebugEvent);
|
cbPostDebugEvent(mDebugEvent);
|
||||||
|
|
||||||
//dispatch the debug event
|
//dispatch the debug event (documented here: https://msdn.microsoft.com/en-us/library/windows/desktop/ms679302(v=vs.85).aspx)
|
||||||
switch (mDebugEvent.dwDebugEventCode)
|
switch (mDebugEvent.dwDebugEventCode)
|
||||||
{
|
{
|
||||||
case CREATE_PROCESS_DEBUG_EVENT:
|
case CREATE_PROCESS_DEBUG_EVENT:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue