v2.1
版本发布时间: 2023-08-12 23:48:34
epasveer/seer最新发布版本:ubuntu-latest(2024-10-30 01:40:39)
[2.1] - 2023-08-23
Highlights
A new log dialog to record gdb messages as the program runs. Things like reaching breakpoints.
Before, multiple gdb messages meant multiple dialogs to "swat away". Now multiple gdb messages are recorded to the log dialog. No more "swatting" :^)
Also, certain properties of breakpoints change be changed to existing breakpoints.
Full Changelog
- Add Execution dialog to record breakpoint events. This solves the problem of too many break/error dialogs to "swat away" as the program is debugged.
- Add a method to add/change gdb commands to execute when a breakpoint (breakpoint, watchpoint, catchpoint) is reached.
- Add a method to add/change a breakpoint's condition command.
- Add a method to add/change a breakpoint's ignore count.
- Add a method to add/change a breakpoint's command list.
- Debug dialog for "attach" mode now detects executable name and path from /proc/
/exe. - Commandline for "attach" mode now detects executable name and path from /proc/
/exe.