lldb error: process launch failed: unable to locate lldb-server

谁说我不能喝 提交于 2019-12-03 11:59:10

After an hour or so of fiddling around, I found the solution. I copied /usr/bin/lldb-server-3.8 and named it /usr/bin/lldb-server. This is probably a problem with the ubuntu package.

I recommend setting an alternative rather than copying. On Ubuntu, you can do this with:

sudo update-alternatives --install /usr/bin/lldb-server lldb-server /usr/bin/lldb-server-3.8 100
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!