We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using LLDB Eigen Data Modeler in Clion,matrix too large to print:
(lldb) p cloud_in (Eigen::MatrixXf) [matrix too large]
At the same time, I have another question. Can the variable debugged in the click directly display the value of Eigen?
The text was updated successfully, but these errors were encountered:
There is a somewhat artificial limit of 100 elements after which the matrix is not printed. You can change this here: https://github.com/tehrengruber/LLDB-Eigen-Data-Formatter/blob/master/LLDB_Eigen_Data_Formatter.py#L41 I'm happy to review a PR that makes this configurable.
Can you elaborate, I don't really understand.
Sorry, something went wrong.
No branches or pull requests
Using LLDB Eigen Data Modeler in Clion,matrix too large to print:
(lldb) p cloud_in
(Eigen::MatrixXf) [matrix too large]
At the same time, I have another question. Can the variable debugged in the click directly display the value of Eigen?

The text was updated successfully, but these errors were encountered: