Finished implementing the Checkpoint feature.

This commit is contained in:
Ernie Pasveer
2025-06-01 11:48:24 -05:00
parent 70d191263f
commit 8d5c6a68fb
11 changed files with 515 additions and 27 deletions
+1
View File
@@ -19,6 +19,7 @@
"terminate" that switches to a "restart".
* Fixed bug when adding variable to tracker. Sometimes would not refresh value.
* Raise Logger or Tracker tab when new variable is added.
* Implment gdb's "checkpoint" feature. As simple time-travel feature.
## [2.5] - 2024-12-24
* Console now supports a subset of ANSI color codes.