Merge branch '158-the-source-code-view-should-reload-when-the-underlying-file-changes-or-at-least-offer-to-do-so'

This commit is contained in:
Ernie Pasveer
2023-10-02 20:00:33 -05:00
8 changed files with 201 additions and 29 deletions
+1
View File
@@ -7,6 +7,7 @@
* Add --gdb-program and --gdb-arguments to command line to override settings from Seer's config.
* Fixed a rare bug with blank lines from gdb causing a segv in GdbMonitor.
* Fixed bug specifying path to "rr" debugger.
* Add option to reload source file if it changes.
## [2.2] - 2023-09-07
* Fixed infinite loop when starting with RR mode.