changelog

This commit is contained in:
Ryan Fleury
2026-04-15 12:54:30 -07:00
parent 3bef72f09f
commit dae90f0053
+2 -2
View File
@@ -16,11 +16,11 @@
- Added a dedicated zoom setting for the memory view. - Added a dedicated zoom setting for the memory view.
- Added a setting for automatically determining the number of columns in the - Added a setting for automatically determining the number of columns in the
memory view based on the available space. memory view based on the available space.
- Fixed many bugs and improved visuals in the memory view. - Fixed many bugs and improved visuals in the memory view. (#690)
- Fixed the debugger incorrectly evaluating pointer casts of registers in - Fixed the debugger incorrectly evaluating pointer casts of registers in
register space, rather than promoting them to process address space register space, rather than promoting them to process address space
evaluations. This fixes cases where expressions like `(int *)rax` were not evaluations. This fixes cases where expressions like `(int *)rax` were not
evaluating correctly. evaluating correctly. (#659)
- Fixed the debugger incorrectly requiring multiple step operations when source - Fixed the debugger incorrectly requiring multiple step operations when source
lines mapped to multiple discontiguous ranges of instructions. This most lines mapped to multiple discontiguous ranges of instructions. This most
notably showed up with certain styles of `for`-loops, especially with Clang notably showed up with certain styles of `for`-loops, especially with Clang