How to get a stack trace for C++ using gcc with line number information?

后端 未结 14 2051
长发绾君心
长发绾君心 2020-11-27 09:54

We use stack traces in proprietary assert like macro to catch developer mistakes - when error is caught, stack trace is printed.

I find gcc\'s pair

14条回答
提交回复
热议问题