I'm using lldb and I'd like to catch all C++ based exceptions and print the callstack of the current thread for each breakpoint automatically, and continue.
This will stop on all exceptions break set -E C++, but how can set an automation that will print the callstack (bt command) and automatically continue?
Thnaks