v2.4
版本发布时间: 2024-03-19 07:06:27
epasveer/seer最新发布版本:ubuntu-latest(2024-10-30 01:40:39)
It's been awhile since the last update. A new release with these changes.
Summary
- Changed main icon to a more license friendly one. All icons are now GPLv3, CC3.0, or CC4.0
- Fixed string compares for breakpoint conditions (#184)
- Added '--bs' command line option to specify a breakpoint at a source.cpp:lineno
- Fixed long tooltips text by restricting them to 100 characters. (#189) The text in the various viewing dialogs is still the full length. The 100 limit probably needs to be configurable.
- Added register profiles to show only interesting/relevant registers.
- Added UTF-8,16,32 support in the Memory Visualizer.
- Added an internal "dark" and "light" theme via the View->Style menu.
- Added option to open the current source file in an external editor.
- Fixed saving of RR parameters in config dialog.
- Sped up some visualization views.
Details
- Test program for testing breakpoint conditions. by @epasveer in https://github.com/epasveer/seer/pull/185
- Cosmetic changes for specifying conditions in breakpoints. by @epasveer in https://github.com/epasveer/seer/pull/186
- Fixed breakpoint conditions to handle string comparisons. by @epasveer in https://github.com/epasveer/seer/pull/187
- 43 possible change to run to line by @epasveer in https://github.com/epasveer/seer/pull/188
- Fixed string variables with escaped tabs and quotes. by @epasveer in https://github.com/epasveer/seer/pull/191
- Correct the icon for deleting messages from gdb/seer log widget. by @epasveer in https://github.com/epasveer/seer/pull/202
- Disable the disabling of the main tool bar. by @epasveer in https://github.com/epasveer/seer/pull/203
- Add sorting to register view columns. Remember the setting. by @epasveer in https://github.com/epasveer/seer/pull/204
- Add menu on logger/tracker to launch memory visualizer. by @epasveer in https://github.com/epasveer/seer/pull/205
- 198 add a way to select which registers to show by @epasveer in https://github.com/epasveer/seer/pull/208
- 199 add a way to set working directory when connecting to remote gdb is used by @epasveer in https://github.com/epasveer/seer/pull/209
- Add UTF8,16,32 support to the Memory Visualizer. by @epasveer in https://github.com/epasveer/seer/pull/210
- make register profile combo larger by @hrw in https://github.com/epasveer/seer/pull/212
- Allow Capital letters and spaces in Register profile names. by @epasveer in https://github.com/epasveer/seer/pull/214
- Fixed Seer working with 'avr-gdb'. Can use 'simavr' as a gdbserver. by @epasveer in https://github.com/epasveer/seer/pull/217
- Re-add executable argument for 'connect' mode. by @epasveer in https://github.com/epasveer/seer/pull/218
- Increase process attach PID text input to 7 digits by @trumank in https://github.com/epasveer/seer/pull/220
- 219 speed up some things by @epasveer in https://github.com/epasveer/seer/pull/221
- 86 icon licencing issue by @epasveer in https://github.com/epasveer/seer/pull/222
- 226 add an internal dark and light style by @epasveer in https://github.com/epasveer/seer/pull/227
- Installation Clear Up by @PLAZMAMA in https://github.com/epasveer/seer/pull/229
- 224 some way to open the current source and line number in an external text editor by @epasveer in https://github.com/epasveer/seer/pull/230
- 226 add an internal dark and light style by @epasveer in https://github.com/epasveer/seer/pull/231
- 233 configuration of rr by @epasveer in https://github.com/epasveer/seer/pull/234
New Contributors
- @hrw made their first contribution in https://github.com/epasveer/seer/pull/212
- @trumank made their first contribution in https://github.com/epasveer/seer/pull/220
- @PLAZMAMA made their first contribution in https://github.com/epasveer/seer/pull/229
Full Changelog: https://github.com/epasveer/seer/compare/v2.3...v2.4