Seer: A GUI front end to GDB for Linux

Seer is a gui frontend to gdb for Linux by Ernie Pasveer. The project is actively being developed to provide a simple and visually appealing gui for gdb. Seer can be installed from a package manager or from source, with specific requirements such as Linux, C++17, gdb with “mi” interpreter, CMake, and QT6. While the current version is still compatible with Qt5, the next release will be based on Qt6. Seer offers various features including source file management, variable and register information, code manager, breakpoints and watchpoints, a Seer console, assembly view, memory visualizer, array visualizer, struct visualizer, and image visualizer. For support or feedback, contact the author via email or the GitHub project page.

https://github.com/epasveer/seer

To top