| YAPC::NA 2004 | The Perl Debugger | #17 |
Breakpointsb <line-number or subroutine> <optional condition> - Set a breakpoint
DB<1> b 500
DB<2> b buggySub ($index > 23)
To list all breakpoints and actions:
To delete a breakpoint:
|
| << Previous | Index | Next >> | Copyright © 2004 Daniel Allen |