Eclipse ADT cannot set conditional breakpoint on SDK sources: missing java Project context
问题 I am trying to debug a simple Android app with Eclipse 3.7.1. I attachted the Android SDK sources so I can step through the code of the SDK also. I can set unconditional breakpoints on code of the SDK but not conditional breakpoints. I get the following error message if I try: Conditional Breakpoint Error Conditional breakpoint has compilation error(s). Reason: Unable to compile conditional breakpoint - missing java Project context Conditional breakpoints on by own sources work, however. The