Skip to content

Version v0.3.4-beta

Choose a tag to compare

@rohanrhu rohanrhu released this 28 Nov 09:20

Install

You can install the release with PIP.

python -m pip install gdbfrontend

or see other installation options.

Changelog (v0.3.4-beta)

  • Added FileBrowser opener for each directory in SourceTree. #13
    adittional-opener

Changelog (v0.3.3-beta)

  • Added PIP package.
  • Updated jQuery.

Bugfixes (v0.3.2-beta)

  • Fixed WebSocket server on Firefox.

Bugfixes (v0.3.1-beta)

  • Fixed GDB shell credentials bug.
  • Added credentials format check.

Changelogs

  • Added linked-list visualization.
    gdbfrontend-llvis
  • Added "Open in Evaluater" feature.
  • Made all variable/members expressions sequenced in VariablesExplorers.
  • Fixed WebSocket byte.
  • Various bugfixes and enhancements.