Search code examples
javaandroideclipseadb

BreakPoints not being hit?


I have been running and debugging my android app for quite a while now. All of a sudden I many of the break point I am setting are not being hit. I know the code is executed because of log messages. I have noticed that once the breakpoint is passed for the first time eclipse adds a little check mark next to it..

I have tried rebuilding, cleaning and reopening eclipse... Noting helped..

Does anyone know how to solve this?


Solution

  • Problem solved by removing android:process=":remote" from the debugged code temporarily.