Reputation: 21
I have lot of register IDs in the application, in order to debug the application I need to know the names of the registers not just the IDs.
Is it possible to maintain a map in .natvis file and use pretty print to convert IDs to register names (strings)?
Example: 0x1234, "foo" 0x1122, "bar"
Upvotes: 0
Views: 121