我似乎无法让lldb运行。我在Ubuntu 14.04系统上,通过apt下载了lldb-4.0。
(lldb) target create dbgme
Current executable set to 'dbgme' (x86_64).
(lldb) process launch
error: process launch failed: Lost debug server connection
我不想做任何远程调试。只是本地调试。我是否需要以任何方式启动lldb-server?如果是这样,我该怎么做?