As of late I have been working extensively with struct and classes in visual studio.Most of them have a lot of values witch makes them hard to track in the watch windows while debugging because the watch windows and the floating watch windows ( the one you can pin , dont know precise term ) always show the memory address which obscures the view of the values. Is there a way to make it so that the watch windows only show the values and not memory addresses
Asked
Active
Viewed 1,506 times
2
-
You can write your own instructions for the debugger on how to view your custom types https://msdn.microsoft.com/en-us/library/jj620914.aspx – StoryTeller - Unslander Monica Dec 19 '16 at 11:46
-
@ Blackwolf23, any update? Would you please let me know that latest information about this issue? Could you get any useful information from my suggestion?:) – Jack Zhai Dec 26 '16 at 10:18