gdbgui v0.15.1 released: Browser-based frontend to gnu debugger
gdb (gnu 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. It is widely distributed and used but is terminal-based which does not always let you get a full picture of what the program is doing without looking up lots of commands.
gdbgui (gdb GUI, or Graphical User Interface, pronounced gee-dee-bee goo-ee) utilizes gdb to build a frontend based off of all the amazing things gdb can do. gdbgui is powerful, easy to use, supplement to gdb. It is open source and free.
Changelog v0.15.1
- Updated help page (
--rr
does not exist anymore) by @gs0-pix4d in #415 - bump pinned version of black by @cs01 in #419
- use eventlet server, werkzeug 2.1 compat by @davidism in #430
- freeze requirements and update python version to build pex by @cs01 in #434
Install
git clone https://github.com/cs01/gdbgui.git
cd gdbgui
python setup.py install
Copyright (C) 2017 Chad Smith
Source: https://github.com/cs01/