I created a custom visualizer file (.natvis) for Visual Studio (17.7.4) in order to be able to see data inside Armadillo containers.
The custom visualization only works when hovering over the variable and when ReSharper(2018.3.2) is enabled. If I open up the Locals window or add a Watch the custom visualization is not shown (with or without ReSharper being enabled).
According to this post Is there a way to print an Armadillo matrix or vector in Visual Studio Debug? the natvis file is working.
Another related link. customize multi-dimension array debugging in visual studio 2015 with .natvis file