• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps ubuntu 10.10, eclipse not stopping at breakpoints?

crackers8199

Android Enthusiast
so, i started developing an android app a few weeks ago. my very first one, and the first java code i've written since college (about 8 years or so). it's progressing rather nicely, actually...except that yesterday when i sat down to work, eclipse no longer is stopping at my breakpoints. i've tried everything i could find online...project -> clean, using a different version of the JVM...i haven't been able to get debugging to work.

obviously this is killing my development right now as i have no way to sort out a force close i've encountered...can anyone help me resolve this? i'm ready to smash my monitor, it's so frustrating...even more so because it worked just fine up until yesterday and i didn't change a thing on the development PC.
 
nevermind, i'm a moron. i had inadvertantly pressed "skip all breakpoints" in the debugger. clearing that and i'm back to being able to debug again...
 
Back
Top Bottom