gdbgui
« Back to VersTracker
Description:
Modern, browser-based frontend to gdb (gnu debugger)
Type: Formula  |  Latest Version: 0.15.3.0@0  |  Tracked Since: Oct 19, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: debugger gdb web-ui development c-debugger
Install: brew install gdbgui
About:
gdbgui is a modern, browser-based frontend to the GNU Debugger (gdb). It provides an intuitive graphical interface that allows developers to debug programs written in C, C++, Go, and more without using the command line. The tool offers features like breakpoints, variable inspection, and memory visualization, making the debugging process more accessible and efficient.
Key Features:
  • Browser-based GUI accessible via localhost
  • Supports multiple programming languages (C, C++, Go, Rust)
  • Visual breakpoints and variable inspection
  • Step-through debugging and call stack visualization
  • No terminal or command-line syntax required
Use Cases:
  • Debugging C/C++ applications with a visual interface
  • Learning gdb commands interactively
  • Remote debugging sessions via web browser
Alternatives:
  • VS Code Debugger – IDE-integrated debugger vs standalone web interface
  • ddd (Data Display Debugger) – Traditional GUI wrapper vs modern web-based approach
  • KDbg – Qt-based debugger vs browser-based solution
Version History
Detected Version Rev Change Commit
Oct 19, 2025 1:01pm 0 VERSION_BUMP df6c6685
Sep 11, 2025 4:37pm 0 VERSION_BUMP de918b12