Skip to content

Version v0.7.0-beta

Choose a tag to compare

@rohanrhu rohanrhu released this 13 Oct 10:26

Release Notes (v0.7-beta)

Hi, here is GDBFrontend v0.7.0-beta 🎉🎉🎉

If you want to contribute to debugger, you can donate, send commits, test it or contribute to documentation.

You may want to look at our v1.0-stable roadmap: https://github.com/rohanrhu/gdb-frontend/projects/2

Enjoy the new version and happy debugging! 🎉🎉🎉

How can I contribute to the debugger?

You can be either a developer or a tester. Until the v1.0-stable there are so many features and ideas to do. 🎃🎃🎃

Changelogs

  • Enhanced Collabration
  • Synced source viewing
  • Collabration drawing
  • Transparent terminal background
  • Minor enhancements
  • New Doki Theme
    gf-doki-1
    gf-doki-2

Introduction video:
What's new with GDBFrontend v0.7.0-beta?

How to Install?

Install via PIP

If you want to install the debugger with PIP, it is so simple.

python3 -m pip install gdbfrontend

or if it is already installed, just do

python3 -m pip install --upgrade gdbfrontend

and start debugging!

gdbfrontend

You may also look to other installation options:
https://github.com/rohanrhu/gdb-frontend#installing