Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-02-20 | 1.3 kB | |
Totals: 1 Item | 1.3 kB | 0 |
- Enable mode of Seer/Gdb output log tab is now remembered between Seer sessions.
- Adding a breakpoint just using the "line number" now correctly uses the selected stack frame.
- Added all icons to the resource file. Some linux/unix installations do not have icon-themes installed.
- The source manager widget was ignoring source files starting with "/". Fixed.
- The tabs for the code editor now shows the full filename as a tooltip.
- Added detachable tabs for all code editor tabs and all log window tabs. Double-click on the tab to detach.
- Fixed a bug with quick adding of a variable to the Variable Logger. It was not using the Shift, Ctrl, Shift+Ctrl keyboard modifiers correctly.
- Some gdbmi output was going to the wrong log tab. Refactor the log tabs a little bit.
- Debugging a program with arguments that contained a space, was broken. eg: myprog 'this is one argument not six'
- Added a config page for Printpoints (aka, dprintf). Printpoint output can be sent to the program's stdout or Seer's gdb output tab.
- Added a config page for keyboard shortcuts for important Seer actions (run,start,step,next,...)
- Listing of shared libraries was always happening. They should only be listed if the "Libraries" tab was shown.