Hello, guys.
I want to write a custom .natvis to display the contents of a custom object type. Since the object type is organized as a multi-way tree, I cannot use the [TreeItem] in natvis. The [TreeItem] in nativs seems only support binary tree.
So is there any method to traverse a multi-way tree and display all its contents?
Sincerely,
zyclincoln