b subname [condition]
Sets a (possibly conditional) breakpoint at the first line of the
named subroutine.
b load filename
Sets a breakpoint on requireing the given file.
b postpone subname [condition]
Sets a (possibly conditional) breakpoint at the first line of
subroutine subname after it has been
compiled.
b compile subname
Stops after the subroutine has been compiled.