Search code examples
javaeclipseeclipse-luna

In Eclipse Luna how to skip all breakpoints except one?


I have multiple breakpoints in a Java project. I want to skip them all (except one) for the current session only and stop at that one particular breakpoint while debugging. How can that be achieved in the quickest way?


Solution

  • As commented by GUIDO, solution is to ctrl-a to select all breakpoints, then rightclick -> disable, then enable the one you want