Replies: 2 comments 1 reply
-
No, CodeLLDB requires at least liblldb v10. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK. So my problem is different today :) In fact, if I build LLVM myself, it works! So the problem disappears. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Unreal Engine support for llvm is quite thin today. It's possible to build it with clang, but launching with lldb don't allow us to attach a breakpoint.
Actually, there is one way, quiete strange : to use the shipped LLDB with JetBrain's Rider, who use LLDB to debug Unreal.
Indeed, their lldb is working for me.
I'm trying to attach it to vscode, without success today.
Giving the actual path of the rider's liblldb.dll don't work because, their version is 9 :(
briefly, what would be the quickest way to get this working LLDB to vscode ?? Is your plugin possible ?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions