Search code examples
eclipsedebuggingautomationintellij-ideabreakpoints

Automate setting breakpoints on all methods


Is there a way to automate setting breakpoints in eclipse/idea on all methods in a given class?


Solution

  • In the Outline view (Eclipse), you can select all methods, right click and choose "Toggle method breakpoint"