Android: how to mark my app as debuggable? code example
Example: Android: how to mark my app as debuggable?
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
...
<application android:icon="@drawable/icon"
android:debuggable="true"