Add a method breakpoint to all methods of a class in EclipseIDE

Posted by Luke on Stack Overflow See other posts from Stack Overflow or by Luke
Published on 2010-04-21T18:12:15Z Indexed on 2010/04/21 18:13 UTC
Read the original article Hit count: 278

Filed under:

In Eclipse, is there a way you can set Method Breakpoints on all the methods of the class without going to individual methods? The motivation behind is that, any time a method gets hit, it would go to that method in debug mode.

© Stack Overflow or respective owner

Related posts about eclipse