Krish
Krish

Reputation: 21

Is it possible to input VSCode a map [IDs, Strings] inside a .nativs file and output associated string while debugging?

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

Answers (0)

Related Questions