I need the size of a variable and I want that value from Windbg command line.
It’s hard and useless to compile the code and add a C++ sizeof() only to get that value.
From documentation I see that Windbg can filter after value dt /s. but displayng that value ?
I use the dt command on the data type and then it’s easy see the layout and size.
Or use the C++ evaluator