Skip to content

Version v.0.6.2-beta

Compare
Choose a tag to compare
@rohanrhu rohanrhu released this 20 Sep 19:09

Release Notes (v0.6.2-beta)

  • Fixed WebSocket read.

Release Notes (v0.6-beta)

Hi, I was not available for last six months (because i was in the military) now I'm back and continuing to develop the debugger! Here is v0.6-beta. The release contains some requested features, one new theme and various bugfixes and enhancements.

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

  • New Cyberpunk theme.
    ss1
  • Added --gdb-args option. #28
  • Automatically opening the debugger on browser at startup. #25
  • Added "Open in Native Window" feature for EvaluateExpression.
    image
  • Added theme switching menu on top bar in addition to GDB shell commands (gf-theme [theme]).
    image

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