Archive for March, 2008

Watching variables in windbg

Sometimes windbg will not be able to show a variable with its type correctly when you do dt. And it is not clear why windbg fails to do so from time to time. But generally this happens when the type is complex. So what do you do to dump a complex structure besides refreshing yourself on [...]