Codist
Codist copied to clipboard
Suggestion: Ability to inspect object layout
I find this feature quite useful in the context of my recent projects where I have to maintain a strict layout of structs for memory footprint and cache hit optimizations.
For now I've been doing this manually. Today I accidentally come across this library and be inspired to make this suggestion: https://github.com/SergeyTeplyakov/ObjectLayoutInspector
I'd love to do so. Unfortunately I don't have any idea about hooking into the VS debug data.
I'd love to do so. Unfortunately I don't have any idea about hooking into the VS debug data.