GDB debugger extension for Visual Studio

Microsoft announced today that they released preview version of GDB debugger extension for Visual Studio: http://blogs.msdn.com/b/vcblog/ar...he-vs-gdb-debugger-extension.aspx It's a free extension for VS.

This means that you can now debug remotely Linux programs with Visual Studio debugger UI. Not the best solution for debugging on Linux, but definitively an improvement.
Should be better than GBD!

The blog mentions support for local MinGW(GCC) debugging, does that mean clang debugging until they get full PDB support ?
If clang on windows generates dwarf debugging info then I'm pretty sure you can use local gdb on Windows to the debugging.