在lldb中如果切换了进程怎么调试呢?

我想写一个类似触摸精灵的app,场景是这样:在app中点一个按钮,然后打开到微信,然后微信自动给某个联系人发一条消息。
打开微信,点开一个联系人都是OK的,但是后面发消息就走不下去了,想调试看看到底什么原因,但是debugserver貌似是attach到一个进程,如果使用LLDB+debugserver调试,在切换的时候就会卡住。也没法调试。
这种场景有什么办法可以调试吗?

What are you talking about?

Is it not allowed? It’s just for testing purpose. I just want a way out to debug my app that developed by theos, but LLDB+debugserver is for sure not working. Any help is appreciated.