Until now, when I make a debuggable version of my app I use:
android:debuggable=”true”
in the manifest.
But I just downloaded some source code that doesn’t use this and yet when I launch it with Debug, it is in debug mode. Where is the debug flag set for this app?
ADT does that for you when you run in debug mode. From the docs: