KW.pm The Perl Debugger #13

Next set of debugger commands

/ <pattern> - list source-code at next regular expression match

? <pattern> - list source-code at previous regular expression match

S - list all subroutines available to the program

m <object or package> - list all methods available on the given object or package.

c <line-number or subroutine> - non-stop execute until line, subroutine, breakpoint, action, watchpoint

What are breakpoints, etc?

<< Previous | Index | Next >> Copyright © 2002 Daniel Allen