From 0646d0a93f710b484dc8901cf6a4fa8f7712c950 Mon Sep 17 00:00:00 2001 From: aavasilev Date: Mon, 18 Nov 2019 12:47:33 +0300 Subject: [PATCH] Add convenient way to inspect ON_*Array containers in Visual Studio --- opennurbs.natvis | 36 ++++++++++++++++++++++++++++++ opennurbs_public.vcxproj | 3 +++ opennurbs_public_staticlib.vcxproj | 3 +++ 3 files changed, 42 insertions(+) create mode 100644 opennurbs.natvis diff --git a/opennurbs.natvis b/opennurbs.natvis new file mode 100644 index 00000000..0baa343c --- /dev/null +++ b/opennurbs.natvis @@ -0,0 +1,36 @@ + + + + {{ size={m_count} }} + + m_count + m_capacity + + m_count + m_a + + + + + {{ size={m_count} }} + + m_count + m_capacity + + m_count + m_a + + + + + {{ size={m_count} }} + + m_count + m_capacity + + m_count + m_a + + + + \ No newline at end of file diff --git a/opennurbs_public.vcxproj b/opennurbs_public.vcxproj index 98fa894b..696aa3dd 100644 --- a/opennurbs_public.vcxproj +++ b/opennurbs_public.vcxproj @@ -474,6 +474,9 @@ + + + diff --git a/opennurbs_public_staticlib.vcxproj b/opennurbs_public_staticlib.vcxproj index 042b70ab..8128c392 100644 --- a/opennurbs_public_staticlib.vcxproj +++ b/opennurbs_public_staticlib.vcxproj @@ -469,6 +469,9 @@ + + +