标签:
如果需要断点单步调试,则在AndroidManifest.xml文件中加入 android:debuggable=”true”,如下:
<application android:icon=”@drawable/icon”
android:label=”@string/app_name”
android:debuggable=”true” >
android单步调试
原文地址:http://www.cnblogs.com/wwicked/p/4344410.html