I have an app that runs perfectly fine on a device without a debugger attached. However, I have a problem when debugging in Eclipse:
When the main thread is susp
I had similar issues, but what Sam suggested didn't help - I had to actually REMOVE the breakpoints and then it worked for me.