added comment to debug loop

This commit is contained in:
mrexodia 2016-01-05 03:17:16 +01:00
parent 0304fd22e9
commit e3375376ec
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace GleeBug
//call the pre debug event callback
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)
{
case CREATE_PROCESS_DEBUG_EVENT: