Hi!
Is there a tool, maybe a plugin for visual Studio or so, that visualizes for me the memoryalignment of my classes and structs?
thx!
Hi!
Is there a tool, maybe a plugin for visual Studio or so, that visualizes for me the memoryalignment of my classes and structs?
thx!
It is embedded into Visual Studio Debugger. It's called "Watch". You can see the address of each item if you "+" some class instance name.
You might be interested in using Cruncher#.
Reference: original Maciej Sinilo blog post about Cruncher#.