provide alternative for DebugBreak()
This uses asm("int3") for clang/gcc on x86 as alternative for DebugBreak()
Showing
Please register or sign in to comment
This uses asm("int3") for clang/gcc on x86 as alternative for DebugBreak()