During debugging in Eclipse, is it possible to jump to a line and execute it during debugging?
Click on the line you want to run to and press Ctrl+R and it will run to that line instead of putting in tons of break points. Also you can use F8 to run to your next break point or F6 to run to the next line.