Searched refs:break_on_line (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl846 # break_on_line($lineno [, $cond]) # As above, in the current file
4170 =head3 break_on_line(lineno, [condition]) (API)
4177 sub break_on_line { subroutine
4203 } ## end sub break_on_line
4207 Wrapper for C<break_on_line>. Prints the failure message if it
4213 eval { break_on_line(@_); 1 } or do {
4221 Switches to the file specified and then calls C<break_on_line> to set
4235 # Localize the variables that break_on_line uses to make its message.
4240 break_on_line($i, $cond);

Completed in 29 milliseconds