如何通过Android Studio输入LLDB命令

如何通过
Android studio输入LLDB命令?

根据here

In addition to the normal Android Studio UI, the debugger window has an LLDB tab that lets you enter LLDB commands during debugging. You can enter the same commands that Android Studio uses to display information in the debugger UI, and you can perform additional operations.

大! ……但“LLDB标签”在哪里? “调试”选项卡中确实有一个“控制台”选项卡,其中显示:

Connected to the target VM, address: 'localhost:8600', transport: 'socket'

但是输入的文字后面跟着输入什么都没做,暂停或没有暂停.

最佳答案 LLDB选项卡丢失,因为我选择了“android-gradle-native-java”而不是“android-gradle-native”.

《如何通过Android Studio输入LLDB命令》

点赞