From 9be28aa09a0f6c99fd22104e84a4f6d60c985ad6 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Thu, 4 Feb 2016 17:18:30 +0100 Subject: [PATCH] Document Visual Studio visualizers in MSW install.txt. --- docs/msw/install.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index ec1c79f66a..15ca58e318 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -150,6 +150,17 @@ updated with it. For example the version information in wx_setup.props could change and the information in your wx_local.props would be outdated. It is your responsibility to monitor for such situations. +Improve debugging for Visual Studio 2012+: + +Debug visualizers for Visual Studio 2012+ are provided which makes inspecting +various wxWidgets classes easier to view while debugging. To use them: + +1. Open the folder misc/msvc +2. Open the folder %USERPROFILE%\My Documents\Visual Studio 2012\Visualizers\ + (or the corresponding location for newer versions, e.g. ...2013\Visualizers) +3. Copy wxWidgets.natvis and autoexp.inc +4. For Visual Studio 2013+ additionally copy wxWidgets.2013.natvis + Cygwin/MinGW Compilation ----------------------------------------------------------------