Name
b
Synopsis
b [line] [condition]
Sets a breakpoint at
line
, which must begin an executable
statement. If line
is omitted, sets a
breakpoint on the line that is about to be executed.
condition
, if given, is evaluated each
time the statement is reached, and a breakpoint is taken if
condition
is true:
b 237 $x > 30 b 33 /pattern/i
Get Perl in a Nutshell, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.