Search code examples
javaeclipsebreakpoints

Eclipse breakpoint


I have a java application, and to execute all the code to the first breakpoint takes about 2 hours. Is there a way to restart from that point of breakpoints without waiting another two hours?


Solution

  • by active breakpoints, your code runs slowly. you should enable only this breakpoint or you can use a code like unit tests to run your codes part.