如果需要断点单步调试,则在AndroidManifest.xml文件中加入 android:debuggable=”true”,如下:
<application android:icon=”@drawable/icon”
android:label=”@string/app_name”
android:debuggable=”true” >
posted on 2015-03-20 15:02 wwicked 阅读(241) 评论(0) 编辑 收藏 举报