dlib/tools/visual_studio_natvis
2016-05-20 08:29:39 -04:00
..
dlib.natvis Added Johannes Huber's natvis file for visual studio. 2016-05-20 08:29:39 -04:00
README.txt Added Johannes Huber's natvis file for visual studio. 2016-05-20 08:29:39 -04:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
 
Its 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