xtensor
xtensor copied to clipboard
Visual Studio debug visualization (.natvis)
Decided to integrate xtensor library into my personal project, however found out that its hard to inspect tensors and arrays in without a natvis file. Does this project have one? Searched everywhere, seems there isn't one. I've written custom one, it is no way near perfect, but it works for me.
Are you able to share it ?
Just added a pull request https://github.com/xtensor-stack/xtensor/pull/2563, any improvements to it are more than welcome. I'm by no means expert at natvis files.