From 35353e0ff05854b887efe1eff92c1c193382c689 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Jun 2014 12:58:12 +0000 Subject: [PATCH] Display wxString in more readable way in MSVS debug visualizer. Use "sb" format specifier to avoid having L"..." around the string and then add just the quotes back manually. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/msvc/wxWidgets.natvis | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/misc/msvc/wxWidgets.natvis b/misc/msvc/wxWidgets.natvis index ea06516f0c..b08b9d8449 100644 --- a/misc/msvc/wxWidgets.natvis +++ b/misc/msvc/wxWidgets.natvis @@ -10,8 +10,14 @@ http://blogs.msdn.com/b/vcblog/archive/2012/07/12/10329460.aspx http://code.msdn.microsoft.com/windowsdesktop/Writing-type-visualizers-2eae77a2#content --> + - {m_impl} + "{m_impl,sb}" m_impl