All Versions
52
Latest Version
Avg Release Cycle
80 days
Latest Release
-

Changelog History
Page 5

  • v0.8.0.0 Changes

    • โž• Add ability to change radix of variables (issue #102)
    • โž• Add component to send signals to inferior program (issues #31, #90)
    • ๐Ÿ“œ Parse gdb version from arm-non-eabi-gdb (issue #83)
    • Rewrite most components to React (issue #17)
    • ๐Ÿ‘Œ Improve CSS in various components
  • v0.7.9.5 Changes

    • re-fetch registers if name/value count does not match
  • v0.7.9.4 Changes

    • โž• add inputs to resize Tree view
    • โž• add menu in top right
    • โšก๏ธ css updates to preserve whitespace in terminal
    • โž• add top-level html to wrap body+head elements in gdbgui.pug
    • โž• add help file
    • โž• add donate page
  • v0.7.9.3 Changes

    • ๐Ÿ”„ Changes to layout
    • ๐Ÿ›  Fix character escaping in breakpoint line display
  • v0.7.9.2 Changes

    • ๐Ÿ›  Fix firefox css bug
    • โšก๏ธ Update examples
    • โšก๏ธ Update readme for windows (cygwin) users (thanks tgharib)
  • v0.7.9.1 Changes

    • Collapse simple fields to the parent node in tree explorer
    • โž• Add button to re-enter program state when signals are received (i.e. SEGFAULT)
  • v0.7.9.0 Changes

    • โž• Add interactive tree explorer of variables
  • v0.7.8.3 Changes

    • โœ‚ Remove optimization for fetching registers due to potential bug
  • v0.7.8.2 Changes

    • ๐Ÿ›  bugfix in logic when jumping to source code line
    • ๐Ÿ›  bugfix for when variable goes fromempty -> 1 element
    • โž• add CODE OF CONDUCT, CONTRIBUTING, and CHANGELOG files
  • v0.7.8.1 Changes

    • correctly display < and > in console widget