From a6eef301da327e08fb784e32e417d8af8331ec7b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Jun 2014 00:30:10 +0000 Subject: [PATCH] Add a file with debug visualizers for MSVS 2013 and later. For now this file contains just the visualizer for wxWindow which shows its real (most derived) type as this is often the most useful thing you need to know about the window. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/msvc/wxWidgets.2013.natvis | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 misc/msvc/wxWidgets.2013.natvis diff --git a/misc/msvc/wxWidgets.2013.natvis b/misc/msvc/wxWidgets.2013.natvis new file mode 100644 index 0000000000..7dc5679223 --- /dev/null +++ b/misc/msvc/wxWidgets.2013.natvis @@ -0,0 +1,16 @@ + + + + + $(Type) HWND={m_hWnd,x} + +