Defrag Tools #138 - Debugging - 'dx' Command Part 1

In this second episode of a two part series of Defrag Tools, Bill Messmer joins Andrew Richards and Chad Beeder to talk about the new 'dx' command in the Windows Debugger.
Questions? Email us at defragtools@microsoft.com
`dx` is an impressive command! Now I need to go learn LINQ :-)
Is DX command applicable to CLR?
Great!!! But how can I get the 10.0.10529.520 version of WinDbg, as the latest availabe (through Windows SDK) is 10.0.10240.9, which doesn't contain the 'Display as Grid' functionality...
You can get some basic help on the usage of the dx command by running "dx /?" from the debugger command window, but looking at debugger.chm file that came with the Window 10 SDK -- it doesn't mention the dx command at all. Are there any plans to update it ?
The Dx Command topic is live on MSDN today.
dx (Display NatVis Expression)
My understanding is that the updated CHM will be included in the next release of the SDK/WDK.
@DebugDon:Thanks, the MSDN stuff is what I'm looking for, but I'll keep my eyes open for the update.