seeksvc Search tools, solutions, libraries…
Home / Security / Other / GDB
sourceware.org icon
GDB Open source · GPL-3.0-or-later
GDB: The GNU Project Debugger
Visit website ↗
Introduction
## GDB: The GNU Project Debugger
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:
- Start your program, specifying anything that might affect its behavior.
- Make your program stop on specified conditions.
- Examine what has happened, when your program has stopped.
- Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.
Those programs might be executing on the same machine as GDB (native), on another machine (remote), or on a simulator. GDB can run on most popular UNIX and Microsoft Windows variants, as well as on macOS.
## Languages
GDB supports the following languages: Ada, Assembly, C, C++, D, Fortran, Go, Objective-C, OpenCL, Modula-2, Pascal, Rust.
## Version
Version 17.2 of GDB, the GNU Debugger, is now available for download. An errata list (PROBLEMS) and documentation are also available.
DebuggerNative debuggingRemote debuggingSimulator debuggingC++RustPython API
Screenshots
GDB · 首页
Deployment
源码包下载
适合从官方发布版本获取 GDB,并在 UNIX、Windows 或 macOS 等受支持平台上构建/安装使用。
Git 源码仓库
适合需要跟踪当前开发版或指定分支源码的开发者与贡献者使用。
Details
Type Open-source software
License GPL-3.0-or-later
Last verified 2026-07-21
Ad slot 300 × 250 Ad
About the data
Stars / commit times sync automatically from the GitHub API; pricing and features are human-verified.
seeksvc
一个可查询的宝藏收藏库:开源与闭源软件、开发库与完整解决方案。
© 2026 seeksvc · Manually verified, continuously updated