Version v0.7.0-beta
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
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