From 18e3825cc0ec9dc1de4eaae4827a997d3fc8aa80 Mon Sep 17 00:00:00 2001 From: Neil MacIntosh Date: Sat, 14 Jan 2017 17:15:24 -0800 Subject: [PATCH] Updated README.md to mention VS natvis file. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2901e11..50841fc 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,6 @@ GCC/clang Include the library using: #include + +## 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.