Error in final launch sequence Failed to execute MI command -gdb-set target-async off

admin

Administrator
Staff member
I have two projects on eclipse, one produces an so and the other is Android application which uses it I am trying to debug the native code in the so using <a href="http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-debugging/" rel="noreferrer">this guide</a>.

<ol>
<li>I set my application debuggable </li>
<li>I started my application in the debug mode </li>
<li>I run ndk-gdb </li>
</ol>

When I run the native debugger I am getting:

Code:
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.