Skip to content

seer - version 2.4

Latest
Compare
Choose a tag to compare
@epasveer epasveer released this 18 Mar 23:06
· 6 commits to main since this release

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 #185
  • Cosmetic changes for specifying conditions in breakpoints. by @epasveer in #186
  • Fixed breakpoint conditions to handle string comparisons. by @epasveer in #187
  • 43 possible change to run to line by @epasveer in #188
  • Fixed string variables with escaped tabs and quotes. by @epasveer in #191
  • Correct the icon for deleting messages from gdb/seer log widget. by @epasveer in #202
  • Disable the disabling of the main tool bar. by @epasveer in #203
  • Add sorting to register view columns. Remember the setting. by @epasveer in #204
  • Add menu on logger/tracker to launch memory visualizer. by @epasveer in #205
  • 198 add a way to select which registers to show by @epasveer in #208
  • 199 add a way to set working directory when connecting to remote gdb is used by @epasveer in #209
  • Add UTF8,16,32 support to the Memory Visualizer. by @epasveer in #210
  • make register profile combo larger by @hrw in #212
  • Allow Capital letters and spaces in Register profile names. by @epasveer in #214
  • Fixed Seer working with 'avr-gdb'. Can use 'simavr' as a gdbserver. by @epasveer in #217
  • Re-add executable argument for 'connect' mode. by @epasveer in #218
  • Increase process attach PID text input to 7 digits by @trumank in #220
  • 219 speed up some things by @epasveer in #221
  • 86 icon licencing issue by @epasveer in #222
  • 226 add an internal dark and light style by @epasveer in #227
  • Installation Clear Up by @PLAZMAMA in #229
  • 224 some way to open the current source and line number in an external text editor by @epasveer in #230
  • 226 add an internal dark and light style by @epasveer in #231
  • 233 configuration of rr by @epasveer in #234

New Contributors

Full Changelog: v2.3...v2.4

Download seer