I\'m running ADT (Android Development Tools) in Eclipse and verified that my debugger is working by putting a breakpoint in MainMenu.oncreate (class Activity).
MainMenu.oncreate (class Activity)
Put the following code fragment in the beginning of doInBackground:
doInBackground
android.os.Debug.waitForDebugger();
Then when you set a breakpoint in that thread, eclipse will find it.