windows __asm int 3; 2023-01-31 01:01:38 windows windows下直接用 __asm("int3") 是不标准的做法, 应该是调用DebugBreak(); linux 下可以用 abort(); 相关文章