From 7bc51afc03b1d49f87148f38fa75a9bb9dd0d7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 30 Oct 2013 07:25:57 +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/trunk@75102 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} + +