In Eclipse, is there a way to toggle breakpoints ON at all the locations of a method call?
For example, I want to add breakpoints at all places where setVisible(boolean) is called.
Thanks in advance
In Eclipse, is there a way to toggle breakpoints ON at all the locations of a method call?
For example, I want to add breakpoints at all places where setVisible(boolean) is called.
Thanks in advance