visual studio question

TecHNooB

Diamond Member
Sep 10, 2005
7,458
1
76
When you hover over a variable, it shows you its contents. Is there any way to export all that information? I have a giant struct I want to export so I can compare values between runs.
 

masteryoda34

Golden Member
Dec 17, 2007
1,399
3
81
add a function to the struct called print() and have it write all the values to stdout or a file??