Updated README.md to mention VS natvis file.

This commit is contained in:
Neil MacIntosh 2017-01-14 17:15:24 -08:00 committed by GitHub
parent 0ed032fb13
commit 18e3825cc0

View File

@ -85,3 +85,6 @@ GCC/clang
Include the library using: Include the library using:
#include <gsl/gsl> #include <gsl/gsl>
## Debugging visualization support
For Visual Studio users, the file [GSL.natvis](./GSL.natvis) in the root directory of the repository can be added to your project if you would like more helpful visualization of GSL types in the Visual Studio debugger than would be offered by default.