Skip to content

Releases: RepubblicaTech/SideGDB

v0.2.1

06 Jun 18:33

Choose a tag to compare

Fixes:

  • "Code" dock widget is now titled "Source code"
  • Some GdbMI functions have been removed:
    • sendCmd() replaced by GdbController.write()
    • terminate() replaced by GdbController.exit()
  • Code structure changes:
    • ui/helpers/QtHelpers.py -> ui/QtHelpers.py
    • QtHelpers.QCodeArea -> ui/subwindows/QCodeWidgets/QCodeArea.py
    • QtHelpers.QSourceWidget -> ui/subwindows/QCodeWidgets/QSourceWidget.py

v0.2.0

04 Jun 19:17

Choose a tag to compare

we don't talk about v0.1

Consider this as the first SideGDB release

Features

  • Debugging session creation
  • Save session to a file
  • Open previous sessions
  • Terminate GDB from inside SideGDB
  • GDB(MI) prompt + formatted responses (not all of them)
  • Breakpoints creation/deletion
  • Program step-through (continue, step over/into/out)
  • View source code (+ highlights current line, no syntax highlighting)

Make sure to follow the setup guide on the wiki to run the source code.