Version v0.5.2-beta
Install
You can install the release with PIP.
python3 -m pip install gdbfrontend
or see other installation options.
Feel free to send bugs and suggestions. It helps to improving the project! 🎉🎉🎉
Changelogs (v0.5.2-beta)
- Check for
python3
/python
commandgdbfrontend
bash runner script. - Added
MAX_RECURSIONS
to settings. - Added focused border to ExpressionEvaluater.
- Updated README.md
python
commands topython3
.
Changelogs (v0.5.1-beta)
- Added 32-bit and ARM Gotty executables.
Changelogs
- Added dark theme.
- Clear prev symbols while connecting gdbserver.
- Made it possible to stop execution while remote target running.
- Check if GDB is installed before run.
- Fix inner LinkedListVisualizer close event bubbles.
- Redirect /terminal to /terminal/.
- Send SIGKILL to process group.
- Various enhancements.
See v1.0 Roadmap for further features and enhancements.