Put a breakpoint on the line of the method signature. That is where you write
public void myMethod() {
Then right-click on the breakpoint and select "Breakpoint Properties". At the bottom of the pop-up there are two checkboxes: "Method EntryEntry", "Method ExitExit". Check the latter.
