I'm using IntelliJ, and when I'm debbuging, if I put the breakpoint on the line of the signature of the method, and run the debugger, a warning pops up telling me:
Method breakpoint may dramatically slow down debugging
but if I put it on any line inside the method, it's fine. Why?