From 9e34e483c79ddbad8bc8a0e8ab3362a3f8058bba Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Jun 2014 00:30:06 +0000 Subject: [PATCH] Add debugger visualizers for Visual Studio 2012+. Starting with 2012, Visual Studio uses a new, XML-based and actually quite understandable format for the debug visualizers. Only basics are included so far. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/msvc/wxWidgets.natvis | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 misc/msvc/wxWidgets.natvis diff --git a/misc/msvc/wxWidgets.natvis b/misc/msvc/wxWidgets.natvis new file mode 100644 index 0000000000..d9b76e7260 --- /dev/null +++ b/misc/msvc/wxWidgets.natvis @@ -0,0 +1,37 @@ + + + + + {m_impl} + m_impl + + + + {x}, {y} + + + + {x} × {y} + + + + {x}, {y} {width} × {height} + + + + {m_ll} + + + + {m_ll} + +