Ubuntu下lldb调试问题

i try to use ubuntu’s ‘lldb’ to debug application.
root@machine1:~# apt-get install lldb-3.5
debugserver ok…

what’s the problem in ubuntu?

root@machine1:~# lldb (lldb) process connect connect://192.168.199.208:1254 error: remote connections are not supported (lldb) process connect connect://192.168.199.208:1254 error: remote connections are not supported

看来是不支持远程调试

一定得用mac?:pensive:

http://lists.llvm.org/pipermail/lldb-dev/2015-February/006815.html

恩 看来是没办法了 如果设备上有lldb-server就好了