我正在使用Eclipse并且有一个运行Android 2.1和我的IntentService的模拟器.我想逐步完成onHandleIntent()重写函数.我在函数的第一个语句中放入了一个断点,它是Context context = getBaseContext();. 当调用intent时,程序失败并且不会进入Eclipse中的调试视图.
eclipse debugging android android-intent
android ×1
android-intent ×1
debugging ×1
eclipse ×1