Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找以下调试工具之间的区别。
那些是什么?
E:如果有人偶然发现这里并想知道“差异”是什么(从手册页缩短):
GDB
允许您在程序运行/崩溃时查看程序“内部”发生的情况。
Valgrind
一系列灵活的调试和分析工具。
Strace
记录/拦截进程调用/接收的系统调用。
Ltrace
记录/拦截进程调用/接收的信号/动态库/系统调用。
Apport
拦截崩溃/未处理的异常,收集操作系统信息,提供有用的 UI,并能够提交非崩溃错误。