1 रिपॉजिटरी
Extensions built with a specific language to enhance the capabilities of a debugger.
Distinct from Python Extensions: Specifically targets debugger enhancements rather than general Python development workflow tools.
Explore 1 awesome GitHub repository matching part of an awesome list · Debugger Plugins. Refine with filters or upvote what's useful.
gdb-dashboard is a visual frontend and Python-based extension for GDB. It provides a modular dashboard that enables real-time visualization of program state during debugging sessions. The project replaces manual command-line interaction with a structured visual interface. It utilizes syntax highlighting for program state data to improve readability and analysis during the debugging process. The system focuses on C and C++ debugging, automating the monitoring of program memory and execution state through a text-based user interface. It achieves this by integrating with GDB APIs to retrieve sy
Provides a Python-based extension that automates state monitoring within GDB.