When BugSeeker is stopped at a line, Debug | Step Over will allow the current method to finish executing and move the execution point to the next available line after the original method call.
Use the Step Out command when you want to jump out of the current method because you are no longer interesting in tracing through that method.