start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: A Chapter 6
Debugging
Next: Reference: b
 

b

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


Previous: Reference: A Perl in a Nutshell Next: Reference: b
Reference: A Book Index Reference: b

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.