You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dlib/tools/visual_studio_natvis
Davis King 58496f9f8a
Added Johannes Huber's natvis file for visual studio.
8 years ago
..
README.txt Added Johannes Huber's natvis file for visual studio. 8 years ago
dlib.natvis Added Johannes Huber's natvis file for visual studio. 8 years ago

README.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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