How to debug the code with boost use codelldb #973
Answered
by
vadimcn
DreamLand7707
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vadimcn
Aug 8, 2023
Replies: 1 comment 5 replies
-
Error 0000007F corresponds to ERROR_PROC_NOT_FOUND, i.e. a failure to find a symbol in a dll. Most likely because msys liblldb was compiled with gnu ABI, in which case Codelldb won't be able to use it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Boost uses lots of template metaprogramming tricks, which is more likely to trigger some bug in lldb... Sorry, you may need to try a different debugger.