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


Introduction video:
[](https://www.youtube.com/watch?v=4SezdE2Z130)
How to Install?
Install via PIP
If you want to install the debugger with PIP, it is so simple.
bash
python3 -m pip install gdbfrontend
or if it is already installed, just do
bash
python3 -m pip install --upgrade gdbfrontend
and start debugging!
bash
gdbfrontend
You may also look to other installation options:
https://github.com/rohanrhu/gdb-frontend#installing