Question : how do you get eclipse debugger to step beyond "source not found"

Expert: I am new to eclipse (3.4)
Trying to step through an java program and debugger gets hung up at  "source not found" with a button labelled "edit source lookup path...?" in window. All I am trying to do is have the java program stop at a breakpoint someplace down in the program. What do I have to do to get this debugger to simply reach this breakpoint. The Step Into and StepOver cannot step beyond  "source not found" ?  

Answer : how do you get eclipse debugger to step beyond "source not found"

I think aaver is correct. You simply want to continue to the break point, don't try and step through all the source.
Random Solutions  
 
programming4us programming4us