LLDB-Eigen-Pretty-Printer
LLDB-Eigen-Pretty-Printer copied to clipboard
failed to load
Hi,
after successful installation, I got the following error when starting lldb
⇒ lldb
error: regex format error (maybe this is not really a regex?)
error: regex format error (maybe this is not really a regex?)
error: regex format error (maybe this is not really a regex?)
error: regex format error (maybe this is not really a regex?)
warning: empty category enabled (typo?)
Could this be caused by lldb version? I am currently using
lldb --version
lldb-1200.0.44.2
Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
Thank you
hmhmmm, I fixed it by replacing all the .*?
in the regex to .*
. Probably this is only me
I've actually encountered this issue as well. lldb 11 on ubuntu. Not sure whether replacing non-greedy match with greedy is the proper solution for this.
I installed the version with the regex fix and I don't get any printing. Using Mac OS X 12.3. Any idea if something changed again? I am not getting any error messages, it fails silently.