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