With new version we have our own terminal sharing daemon, some new hotkeys (runtime controls F5-511), new Sky Theme and many minor enhancements.
The new terminal sharing daemon is working with GDBFrontend's WebSocket server. This new version needs testing, if you encounter any problem (especially maybe with the new terminal daemon), please send a bug report.
With new Terminal Daemon we have full control on the terminal with GDBFrontend API.
![image](https://user-images.githubusercontent.com/1125150/138355702-5c8f8a62-56ac-45cb-a5c7-428544f0fabe.png)
![image](https://user-images.githubusercontent.com/1125150/138360906-89852486-3745-4363-9d68-eb125ddbac67.png)
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 Terminal Daemon
* Default port is changed to `5550` and port usage is downed to only one port no longer with new Terminal Daemon.
* Hotkeys (F5-F11 for runtime control and CTRL+R for ExpressionEvaluater)
* Minor bugfixes and enhancements
* New Sky Theme
![gf-sky-theme](https://user-images.githubusercontent.com/1125150/138348931-1b426ccb-5e78-4b18-880d-0e7c9a81964d.png)
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