Releases: RepubblicaTech/SideGDB
Releases · RepubblicaTech/SideGDB
v0.2.1
Fixes:
- "Code" dock widget is now titled "Source code"
- Some
GdbMIfunctions have been removed:sendCmd()replaced byGdbController.write()terminate()replaced byGdbController.exit()
- Code structure changes:
- ui/helpers/QtHelpers.py -> ui/QtHelpers.py
QtHelpers.QCodeArea-> ui/subwindows/QCodeWidgets/QCodeArea.pyQtHelpers.QSourceWidget-> ui/subwindows/QCodeWidgets/QSourceWidget.py
v0.2.0
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.