
gdbgui
cs01
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
AI 简介
gdbgui 是一个基于浏览器的前端界面,用于 GNU 调试器(gdb),支持 C、C++、Go、Rust 和 Fortran 语言。该项目允许用户通过网页界面添加断点、查看调用栈、可视化数据结构等,极大地方便了调试过程。它使用 TypeScript 开发,并结合了 ReactJS 构建用户界面,通过 WebSocket 实现实时通信,确保了良好的交互体验。gdbgui 适合需要进行复杂程序调试的开发者,尤其是在跨平台开发环境中,可以显著提高调试效率。
TypeScript
GNU General Public License v3.010.3k
Stars
522
Forks
162
Watchers
163
Issues
Star 增长
今日0
近 7 天0
近 30 天+3
综合评分58.46
默认分支master