Hi!
When I load this file I get the following warnings(/ rather errors) in lldb (using CLion in windows):
warning: The provided function "LLDB_Eigen_Pretty_Printer.eigen_matrix_print" does not exist - please define it before attempting to use this summary.
error: regex format error (maybe this is not really a regex?)
warning: The provided function "LLDB_Eigen_Pretty_Printer.eigen_array_print" does not exist - please define it before attempting to use this summary.
error: regex format error (maybe this is not really a regex?)
warning: The provided function "LLDB_Eigen_Pretty_Printer.eigen_quaternion_print" does not exist - please define it before attempting to use this summary.
error: regex format error (maybe this is not really a regex?)
warning: The provided function "LLDB_Eigen_Pretty_Printer.eigen_sparsematrix_print" does not exist - please define it before attempting to use this summary.
error: regex format error (maybe this is not really a regex?)
warning: empty category enabled (typo?)
What am I doing wrong?
I can load https://github.com/timjj22/LLDB-Eigen-Data-Formatter without error but it doesn't really help with prettyprinting for eigen objects, I guess that is why you expanded his solution.
Thanks,
Ferenc