enum type evaluation visualization - can now use watch windows to inspect all possible enum values

This commit is contained in:
Ryan Fleury
2024-02-02 11:50:21 -08:00
parent 847749337b
commit 5d3aa301f0
3 changed files with 73 additions and 2 deletions
+1
View File
@@ -696,6 +696,7 @@ typedef enum DF_EvalVizBlockKind
DF_EvalVizBlockKind_Null, // empty
DF_EvalVizBlockKind_Root, // root of tree or subtree; possibly-expandable expression.
DF_EvalVizBlockKind_Members, // members of struct, class, union
DF_EvalVizBlockKind_EnumMembers, // members of enum
DF_EvalVizBlockKind_Elements, // elements of array
DF_EvalVizBlockKind_Links, // flattened nodes in a linked list
DF_EvalVizBlockKind_Canvas, // escape hatch for arbitrary UI