I use Eclipse and have an emulator running Android 2.1 and my IntentService. I would like to execute my overridden function onHandleIntent (). I set a breakpoint in the first expression of the function, which is the context context = getBaseContext () ;. When this intention is called, the program simply fails and does not proceed to debugging in Eclipse.
source
share