Debugging OpenSSL in CLion - cannot find symbols
I've successfully built a debug version of OpenSSL on Ubuntu 16. I'm using CLion and am testing certificate validation. After rebuilding and re-linking the C project and stepping to the OpenSSL API calls (ex X509_verify_cert), the code jumps to disassembly, not source level debugging.
I'm not sure what other config options I need to set for the debugger to find the symbols.
Please sign in to leave a comment.
Happened to me also. Here's what I've done: