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

Changelog History
Page 4

  • v0.9.2.0 Changes

    • โž• Add signals component and allow signals to be sent to gdb (issue ##141)
    • ๐Ÿ›  Fix bug when jumping to line of source file
  • v0.9.1.1 Changes

    • ๐Ÿ›  Fix bug when passing arguments to gdb
    • โœ… Require latest version of pygdbmi for faster parsing of large gdb output
  • v0.9.1.0 Changes

    • Lazily load files (issue #131)
    • โšก๏ธ Update setup.py to build wheels
  • v0.9.0.1 Changes

    • Reupload to fix setup.cfg PyPI bug
  • v0.9.0.0 Changes

    • Compress responses from server (massive bandwidth improvement)
    • โž• Add button to toggle assembly flavors (issue #110)
    • ๐Ÿ“œ Parse executable+args with spaces (issue #116)
    • Turn modals into components
    • ๐Ÿšš Move everything into a single root React component
    • Refresh state when clicking "return" button
    • โž• Add javascript unit tests
  • v0.8.2.0 Changes

    • โž• Add optional authentication (@nickamon, issue #132)
    • ๐Ÿ‘Œ Support the --args flag (issue #126)
    • ๐Ÿ’… Ensure code is correct and adheres to recommended Python style when running tests/building (flake8)
    • Display source when running backtrace (fix regression, #134)
  • v0.8.1.0 Changes

    • โž• Add autocomplete functionality (@bobthekingofegypt, issue #129)
    • Rearranged and improved alignment of assembly
    • ๐Ÿ›  Fixed bug when fetching variable fails
    • Plot floating point values instead of casting to int
  • v0.8.0.3 Changes

    • โšก๏ธ modify component initialization order so that store updates are better sequenced
  • v0.8.0.2 Changes

    • display bracket instead of < when exploring gdb variables
  • v0.8.0.1 Changes

    • ๐Ÿ›  fix bug when restoring old settings