我在 Eclipse 上有两个项目,一个产生一个 so,另一个是使用它的 Android 应用程序我正在尝试使用本指南在 so 中调试本机代码。
- 我将我的应用程序设置为可调试
- 我在调试模式下启动了我的应用程序
- 我运行 ndk-gdb
当我运行本机调试器时,我得到:
Error in final launch sequence
Failed to execute MI command:
-gdb-set target-async off
Error message from debugger back end:
Cannot change this setting while the inferior is running.
Cannot change this setting while the inferior is running.