how-to-use/cpp/error/cpp_err.h

9 lines
139 B
C
Raw Permalink Normal View History

2024-03-08 14:01:18 +08:00
#pragma once
// 线程栈溢出
void stackoverflow();
#ifdef _MSC_VER
// windows cpp 崩溃使用 windbg 调试
void use_windbg();
#endif