views:

53

answers:

1

Things had been going swimmingly, but as of last night, when I hit a breakpoint in my own code (not Android code--I've found plenty of people looking for answers to that question, and I get why that's not available), I'm presented with "Source Not Found". I can try "Edit Source Lookup Path ..." all I want but to no avail.

What might have caused this to stop working, and what can I do to fix it?

Thanks!

A: 

You don't offer a lot of information here, but I think one thing is clear:

Something you did caused it to stop working, and undo-ing that will fix it.

Good luck.

Erick Robertson
Very helpful. Thanks. ;)Let me rephrase: What are the possible causes for a project being able to hit breakpoints in your code, but not be able to find the source for them?
Blumer
I would try recreating the project file and re-importing all the source code and libraries.
Erick Robertson