Gdb Frontend Versions Save

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev

v0.9.5-beta

2 years ago

A newer version is released (v0.11.2-beta)

Changelogs (v0.9.5-beta)

  • Open evaluaters on native window from LinkedListVisualizer within a native window
  • Fixed ContextMenu assignings on SourceTree

Serious performance optimization and bugfix release (v0.9.4-beta)

  • Huge performance optimization
  • Interrupting mechanism for missed places (breakpoint del/mod/set)
  • Bugfixes and improvements

Changelogs (v0.9.3-beta)

  • Fixed typo issue with enabling terminal mouse support

Changelogs (v0.9.2-beta)

  • Enabled mouse interactions on terminal with new terminal daemon
  • Terminal split buttons (horizontal and vertical)

Changelogs (v0.9.1-beta)

  • Fixed running before loading executable doesn't handle its event issue with new performance mechanism

Release Notes (v0.9-beta)

Hi, here is GDBFrontend v0.9.0-beta 🎉🎉🎉 The new version has new features, so many improvements and bugfixes.

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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.9-beta?

Conditional breakpoints

With this version we have conditional breakpoints.

image image

Context menu and revealing files in OS file explorer

image image

Terminal split buttons

image

Information about debugger session

Tmux terminal ID and HTTP port informations are now available on status bar.

Bugfixes and improvements

  • A little performance mechanism with events
  • Fixed issues about getting sources from some dynamic-linked objects
  • Fixed GDB prompts issue
  • More information on README.md
  • Minor bugfixes and improvements

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. 🎃🎃🎃

How to Install?

Install via PIP

If you want to install the debugger with PIP, it is so simple.

python3 -m pip install gdbfrontend
gdbfrontend

or if it is already installed, just do

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

Arch Linux (AUR)

You can install Arch Linux package for Arch-based distributions. (AUR Package)

yay -S gdb-frontend-bin
gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

Patreon

Support me on Patreon

Bitcoin

You can donate to support the project.

QR Code Bitcoin address for donations
Bitcoin address QR code for donate 3KBtYfaAT42uVFd6D2XFRDTAoErLz73vpL

v0.9.4-beta

2 years ago

A newer version is released (v0.9.6-beta)

Serious performance optimization and bugfix release (v0.9.4-beta)

  • Huge performance optimization
  • Interrupting mechanism for missed places (breakpoint del/mod/set)
  • Bugfixes and improvements

Changelogs (v0.9.3-beta)

  • Fixed typo issue with enabling terminal mouse support

Changelogs (v0.9.2-beta)

  • Enabled mouse interactions on terminal with new terminal daemon
  • Terminal split buttons (horizontal and vertical)

Changelogs (v0.9.1-beta)

  • Fixed running before loading executable doesn't handle its event issue with new performance mechanism

Release Notes (v0.9-beta)

Hi, here is GDBFrontend v0.9.0-beta 🎉🎉🎉 The new version has new features, so many improvements and bugfixes.

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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.9-beta?

Conditional breakpoints

With this version we have conditional breakpoints.

image image

Context menu and revealing files in OS file explorer

image image

Terminal split buttons

image

Information about debugger session

Tmux terminal ID and HTTP port informations are now available on status bar.

Bugfixes and improvements

  • A little performance mechanism with events
  • Fixed issues about getting sources from some dynamic-linked objects
  • Fixed GDB prompts issue
  • More information on README.md
  • Minor bugfixes and improvements

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. 🎃🎃🎃

How to Install?

Install via PIP

If you want to install the debugger with PIP, it is so simple.

python3 -m pip install gdbfrontend
gdbfrontend

or if it is already installed, just do

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

Arch Linux (AUR)

You can install Arch Linux package for Arch-based distributions. (AUR Package)

yay -S gdb-frontend-bin
gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

Patreon

Support me on Patreon

Bitcoin

You can donate to support the project.

QR Code Bitcoin address for donations
Bitcoin address QR code for donate 3KBtYfaAT42uVFd6D2XFRDTAoErLz73vpL

v0.9.3-beta

2 years ago

A newer version is released (v0.9.5-beta)

Changelogs (v0.9.3-beta) Fixed typo issue with enabling terminal mouse support

Changelogs (v0.9.2-beta) Enabled mouse interactions on terminal with new terminal daemon Terminal split buttons (horizontal and vertical)

Changelogs (v0.9.1-beta) Fixed running before loading executable doesn't handle its event issue with new performance mechanism

Release Notes (v0.9-beta)

Hi, here is GDBFrontend v0.9.0-beta 🎉🎉🎉 The new version has new features, so many improvements and bugfixes.

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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.9-beta?

Conditional breakpoints

With this version we have conditional breakpoints.

image image

Context menu and revealing files in OS file explorer

image image

Terminal split buttons

image

Information about debugger session

Tmux terminal ID and HTTP port informations are now available on status bar.

Bugfixes and improvements

  • A little performance mechanism with events
  • Fixed issues about getting sources from some dynamic-linked objects
  • Fixed GDB prompts issue
  • More information on README.md
  • Minor bugfixes and improvements

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. 🎃🎃🎃

How to Install?

Install via PIP

If you want to install the debugger with PIP, it is so simple.

python3 -m pip install gdbfrontend
gdbfrontend

or if it is already installed, just do

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

Arch Linux (AUR)

You can install Arch Linux package for Arch-based distributions. (AUR Package)

yay -S gdb-frontend-bin
gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

Patreon

Support me on Patreon

Bitcoin

You can donate to support the project.

QR Code Bitcoin address for donations
Bitcoin address QR code for donate 3KBtYfaAT42uVFd6D2XFRDTAoErLz73vpL

v0.9.2-beta

2 years ago

A newer version is released (v0.9.4-beta)

Changelogs (v0.9.2-beta)

  • Enabled mouse interactions on terminal with new terminal daemon
  • Terminal split buttons (horizontal and vertical)

Changelogs (v0.9.1-beta)

  • Fixed running before loading executable doesn't handle its event issue with new performance mechanism

Release Notes (v0.9-beta)

Hi, here is GDBFrontend v0.9.0-beta 🎉🎉🎉 The new version has new features, so many improvements and bugfixes.

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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.9-beta?

Conditional breakpoints

With this version we have conditional breakpoints.

image image

Context menu and revealing files in OS file explorer

image image

Terminal split buttons

image

Information about debugger session

Tmux terminal ID and HTTP port informations are now available on status bar.

Bugfixes and improvements

  • A little performance mechanism with events
  • Fixed issues about getting sources from some dynamic-linked objects
  • Fixed GDB prompts issue
  • More information on README.md
  • Minor bugfixes and improvements

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. 🎃🎃🎃

How to Install?

Install via PIP

If you want to install the debugger with PIP, it is so simple.

python3 -m pip install gdbfrontend
gdbfrontend

or if it is already installed, just do

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

Arch Linux (AUR)

You can install Arch Linux package for Arch-based distributions. (AUR Package)

yay -S gdb-frontend-bin
gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

Patreon

Support me on Patreon

Bitcoin

You can donate to support the project.

QR Code Bitcoin address for donations
Bitcoin address QR code for donate 3KBtYfaAT42uVFd6D2XFRDTAoErLz73vpL

v0.9.1-beta

2 years ago

A newer version is released (v0.9.4-beta)

Changelogs (v0.9.1-beta)

  • Fixed running before loading executable doesn't handle its event issue with new performance mechanism

Release Notes (v0.9-beta)

Hi, here is GDBFrontend v0.9.0-beta 🎉🎉🎉 The new version has new features, so many improvements and bugfixes.

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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.9-beta?

Conditional breakpoints

With this version we have conditional breakpoints.

image image

Context menu and revealing files in OS file explorer

image image

Information about debugger session

image

Bugfixes and improvements

  • A little performance mechanism with events
  • Fixed issues about getting sources from some dynamic-linked objects
  • Fixed GDB prompts issue
  • More information on README.md
  • Minor bugfixes and improvements

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. 🎃🎃🎃

How to Install?

Install via PIP

If you want to install the debugger with PIP, it is so simple.

python3 -m pip install gdbfrontend
gdbfrontend

or if it is already installed, just do

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

Arch Linux (AUR)

You can install Arch Linux package for Arch-based distributions. (AUR Package)

yay -S gdb-frontend-bin
gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

Patreon

Support me on Patreon

Bitcoin

You can donate to support the project.

QR Code Bitcoin address for donations
Bitcoin address QR code for donate 3KBtYfaAT42uVFd6D2XFRDTAoErLz73vpL

v0.9.0-beta

2 years ago

A newer version is released (v0.9.4-beta)

Release Notes (v0.9-beta)

Hi, here is GDBFrontend v0.9.0-beta 🎉🎉🎉 The new version has new features, so many improvements and bugfixes.

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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.9-beta?

Conditional breakpoints

With this version we have conditional breakpoints.

image image

Context menu and revealing files in OS file explorer

image image

Information about debugger session

image

Bugfixes and improvements

  • A little performance mechanism with events
  • Fixed issues about getting sources from some dynamic-linked objects
  • Fixed GDB prompts issue
  • More information on README.md
  • Minor bugfixes and improvements

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. 🎃🎃🎃

How to Install?

Install via PIP

If you want to install the debugger with PIP, it is so simple.

python3 -m pip install gdbfrontend
gdbfrontend

or if it is already installed, just do

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

Arch Linux (AUR)

You can install Arch Linux package for Arch-based distributions. (AUR Package)

yay -S gdb-frontend-bin
gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

Patreon

Support me on Patreon

Bitcoin

You can donate to support the project.

QR Code Bitcoin address for donations
Bitcoin address QR code for donate 3KBtYfaAT42uVFd6D2XFRDTAoErLz73vpL

v0.8.4-beta

2 years ago

Release Notes (v0.8.4-beta)

  • Fixed white space issue in the executable path.

Release Notes (v0.8.3-beta)

  • Fixed terminal daemon crashing issues that cause WebSocket connection failures.

Release Notes (v0.8.2-beta)

  • Better way to get sources.

Release Notes (v0.8.1-beta)

  • Fixed CPU usage issue.
  • Fixed importlib.util importing issue with latest Python3 versions

Release Notes (v0.8-beta)

Hi, here is GDBFrontend v0.8.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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.8-beta?

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 image

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

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

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

and start debugging!

gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

v0.8.3-beta

2 years ago

Release Notes (v0.8.3-beta)

  • Fixed terminal daemon crashing issues that cause WebSocket connection failures.

Release Notes (v0.8.2-beta)

  • Better way to get sources.

Release Notes (v0.8.1-beta)

  • Fixed CPU usage issue.
  • Fixed importlib.util importing issue with latest Python3 versions

Release Notes (v0.8-beta)

Hi, here is GDBFrontend v0.8.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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.8-beta?

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 image

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

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

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

and start debugging!

gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

v0.8.2-beta

2 years ago

Release Notes (v0.8.2-beta)

  • Better way to get sources.

Release Notes (v0.8.1-beta)

  • Fixed CPU usage issue.
  • Fixed importlib.util importing issue with latest Python3 versions

Release Notes (v0.8-beta)

Hi, here is GDBFrontend v0.8.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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.8-beta?

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 image

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

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

sudo python3 -m pip install --upgrade gdbfrontend

Important: You must run PIP install command as root.

and start debugging!

gdbfrontend

You may also look to other installation options: https://github.com/rohanrhu/gdb-frontend#installing

v0.8.1-beta

2 years ago

Release Notes (v0.8.1-beta)

  • Fixed CPU usage issue.
  • Fixed importlib.util importing issue with latest Python3 versions

Release Notes (v0.8-beta)

Hi, here is GDBFrontend v0.8.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! 🎉🎉🎉

Join to our Discord!

Discord

Whats new with v0.8-beta?

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 image

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

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