Which of these is the incorrect explanation of the androiddebuggable attribute of the
AndroidManifest.xm <application> tag?

A.
If not set, it will be handled as “false”.
B.
It is necessary to set this to “true” in order to use Eclipse’s breakpoint function.
C.
The android:debuggable setup value can be read by an application.
D.
When releasing the application, deleting android:debuggable is recommended.
Explanation:
I agree with the answer. B