From 333a663c70c3e37b430b44dc830a975fdc9eee5e Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 11 Oct 2022 18:17:12 +0200 Subject: [PATCH] Update MSVS debug visualisers Remove autoexp.inc, this format is no longer supported by MSVC. Merge wxWidgets.2013.natvis with wxWidgets.natvis. Remove wxVector<> visualizer as it's not used any more and is just a synonym for std::vector<> now. --- misc/msvc/autoexp.inc | 16 ---------------- misc/msvc/wxWidgets.2013.natvis | 16 ---------------- misc/msvc/wxWidgets.natvis | 26 +++++++++----------------- 3 files changed, 9 insertions(+), 49 deletions(-) delete mode 100644 misc/msvc/autoexp.inc delete mode 100644 misc/msvc/wxWidgets.2013.natvis diff --git a/misc/msvc/autoexp.inc b/misc/msvc/autoexp.inc deleted file mode 100644 index d595951620..0000000000 --- a/misc/msvc/autoexp.inc +++ /dev/null @@ -1,16 +0,0 @@ -; This is a fragment that is supposed to be pasted into your autoexp.dat file -; found somewhere under MSVS installation directory (its exact location depends -; MSVS version so the simplest thing to do is to just search for it there). - -[AutoExpand] -wxPoint=, -wxSize=* -wxRect=, * - -wxLongLong= -wxString= - -[Visualizer] -wxDateTime{ - preview (#if ($e.IsValid()) ([wxDumpDate(&($e)),s]) #else (#("NIL"))) -} diff --git a/misc/msvc/wxWidgets.2013.natvis b/misc/msvc/wxWidgets.2013.natvis deleted file mode 100644 index 7dc5679223..0000000000 --- a/misc/msvc/wxWidgets.2013.natvis +++ /dev/null @@ -1,16 +0,0 @@ - - - - - $(Type) HWND={m_hWnd,x} - - diff --git a/misc/msvc/wxWidgets.natvis b/misc/msvc/wxWidgets.natvis index ca15f7cdea..aae7cfcd06 100644 --- a/misc/msvc/wxWidgets.natvis +++ b/misc/msvc/wxWidgets.natvis @@ -1,13 +1,12 @@