共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > GDB |
GDB
|
1231 | 42 | 80188 |
贡献者 | 讨论 | 代码提交 |
GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.
GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act:
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages).