参考教材上debugserver -x backboard *:1234 /Applications/MobileSMS.app/MobileSMS 启动MobileSMS成功后,该如何停止debugserver。
我直接强制退出了终端,然后手机就卡死在MobileSMS了,囧。。。
其实就是断开调试器的方法。
貌似我从来没有友好的断开调试器过……从来都是断开调试器,进程就结束去吧
搜了下,还没试。
process detach
参考:
http://sealiesoftware.com/.lldb-gdb
and
http://stackoverflow.com/questions/13361187/lldb-equivalent-of-detach-in-gdb-in-xcode
control + C
我用debugserver启动了微信应用,然后没用LLDB接入调试,这时怎么才能主动停止debugserver呢?只要强制退出terminal,应用就会卡死。
完美解决,thanks!
哦,我理解错了……