summaryrefslogtreecommitdiffstats
path: root/ml/dlib/tools/visual_studio_natvis/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/tools/visual_studio_natvis/README.txt')
-rw-r--r--ml/dlib/tools/visual_studio_natvis/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/ml/dlib/tools/visual_studio_natvis/README.txt b/ml/dlib/tools/visual_studio_natvis/README.txt
new file mode 100644
index 000000000..f766ac0c1
--- /dev/null
+++ b/ml/dlib/tools/visual_studio_natvis/README.txt
@@ -0,0 +1,12 @@
+Hi Davis,
+thanks for your work on dlib!
+
+I have created a natvis file to have nicer debugger visualization of dlib matrices in Visual Studio (2012 - …) and I just wanted to share it with you.
+
+To test it, copy the file into you folder %USERPROFILE%\My Documents\Visual Studio 2015\Visualizers or %VSINSTALLDIR%\Common7\Packages\Debugger\Visualizers as described here https://msdn.microsoft.com/en-us/library/jj620914.aspx
+
+It’s certainly extendable, especially to include it into image watch, but currently it may help users to debug much faster.
+
+Feel free to share it.
+Best,
+ Johannes Huber