We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96c822 commit f5b9443Copy full SHA for f5b9443
CHANGELOG.md
@@ -9,6 +9,16 @@
9
- Reintroduced the `list` lens, which gathers all nodes in a linked list, and
10
visualizes them as a flat list of pointers (the same as how an array of
11
pointers is visualized).
12
+- Fixed a crash when closing empty Geometry 3D views. (#652, #657)
13
+- Fixed the debugger not visualizing `enum` types when evaluated through a
14
+ bitfield type. (#655)
15
+- Fixed the PDB -> RDI conversion not correctly generating location information
16
+ for function parameters, when the EXE/PDB were built to include support for
17
+ Edit and Continue (`-ZI` switch). (#656)
18
+
19
+## Binary Utility Changes
20
21
+- Fixed a crash when using the `--compress` option, when generating RDI files.
22
23
# v0.9.22-alpha
24
0 commit comments