Replies: 1 comment
-
https://github.com/vadimcn/vscode-lldb/wiki/Custom-Data-Formatters |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Eigen for some math processing in c++ but the matrices display in a weird way in the debugger watch panel. I was wondering if someone could point be towards documentation that might be helpful for writing a custom view in the watch panel for the pointers that represent these matrix data structures. Thanks!
I'm currently looking at the contents with (matrix.m_storage.m_data),[m*n] suggested in #606
Beta Was this translation helpful? Give feedback.
All reactions