Visual-Studio-Visualizers
Visual-Studio-Visualizers copied to clipboard
Custom views of various objects for Visual Studio debugger
Results
2
Visual-Studio-Visualizers issues
Sort by
recently updated
recently updated
newest added
Eigen is based on expression decomposition. When using `auto A = B*C`, `A` will be an "intermediate" expression syntax tree. It would be great if the visualizer could call `A.eval()`...
int8_t etc are not supported by VS2012, replace by __int8 and variants.