Skip to content

Commit 80c2037

Browse files
committed
remove debugger attach wait in debug mode
1 parent b7fea43 commit 80c2037

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib_imgui.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ bool WINAPI DllMain(HMODULE hModule, DWORD fdwReason, LPVOID lpReserved)
7777
switch (fdwReason)
7878
{
7979
case DLL_PROCESS_ATTACH:
80-
#ifdef _DEBUG
81-
while (!IsDebuggerPresent());
82-
#endif
8380
lib_imgui::Core::Init(hModule);
8481
break;
8582
case DLL_PROCESS_DETACH:

0 commit comments

Comments
 (0)