How to use LLDB on WSL in Clion

已回答

I was trying to set up Clion to use LLDB installed in WSL so I installed LLDB 8 and configured the executable path in Toolchains. Clion picks up LLDB and confirms that the version is compatible:

However, when trying to debug using LLDB, Clion shows an error saying "Error running '[executable]': Debugger executable not found: [path to an existing lldb installation]":

How to resolve this issue? GDB works fine.

I am using Windows 10 version 19041.21.

 

Thank you.

2

请先登录再写评论。