ye, after you hit your first breakpoint, you can then decide how to continue, the most used ones are basically
run till next breakpoint (forgot IntelliJ's name) - what you been using so far probably
run till next (executed) line in this function, (or breakpoint, w/e is sooner) - "Step Over"
run till next line inside the function current line calls - "Step Into"
(they also have default shortcuts of F7, F8, F9 iirc, so that's useful)