fixed Global.Debugger.h

This commit is contained in:
Mr. eXoDia 2014-03-12 14:39:12 +01:00
parent 40bd9878c8
commit 2e37c68d43
1 changed files with 3 additions and 0 deletions

View File

@ -36,9 +36,12 @@ extern bool engineFileIsBeingDebugged;
extern ULONG_PTR engineFakeDLLHandle;
extern LPVOID engineAttachedProcessDebugInfo;
extern wchar_t szDebuggerName[512];
extern bool DebugStepFinal = false;
extern LPVOID StepOutCallBack = 0;
long DebugLoopInSecondThread(LPVOID InputParameter);
void DebuggerReset();
void ClearProcessList();
void StepOutStepCallBack();
#endif //_GLOBAL_DEBUGGER_H