kayoscode

Results 2 comments of kayoscode

I'm getting this issue on windows as well. Helix version 23.10

Easy enough to add it yourself: ```#define WGUI_IS_DBG_ATTACHED_FN inline bool IsDebuggerAttached #if defined WGUI_OS_WINDOWS #include WGUI_IS_DBG_ATTACHED_FN() { return IsDebuggerPresent(); } #elif defined WGUI_OS_LINUX #include WGUI_IS_DBG_ATTACHED_FN() { if (ptrace(PTRACE_TRACEME, 0, 1,...