如何通过 Android Studio 输入 LLDB 命令
How to enter LLDB command via Android Studio
如何通过 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 tab" 在哪里? Debug 选项卡中确实有一个 "Console" 选项卡,上面写着:
Connected to the target VM, address: 'localhost:8600', transport: 'socket'
但是在此处键入的文本后跟一个 enter 没有任何作用,暂停或未暂停。
缺少 LLDB 选项卡,因为我选择了 "android-gradle-native-java" 而不是 "android-gradle-native"。
如何通过 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 tab" 在哪里? Debug 选项卡中确实有一个 "Console" 选项卡,上面写着:
Connected to the target VM, address: 'localhost:8600', transport: 'socket'
但是在此处键入的文本后跟一个 enter 没有任何作用,暂停或未暂停。
缺少 LLDB 选项卡,因为我选择了 "android-gradle-native-java" 而不是 "android-gradle-native"。