X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/6a8e48912c7ac9df19f6abfe161fad6daf4b6707..eebceeb0970b21906c024df7cfb7412524c8451f:/pod/perldebtut.pod diff --git a/pod/perldebtut.pod b/pod/perldebtut.pod index 013dfb4..a38349b 100644 --- a/pod/perldebtut.pod +++ b/pod/perldebtut.pod @@ -159,14 +159,14 @@ DB<1>h f filename View source in file Repeat last n or s /pattern/ ?patt? Search forw/backw r Return from subroutine M Show module versions c [ln|sub] Continue until position - Debugger controls: L List break/watch/actions + Debugger controls: L List break/watch/actions o [...] Set debugger options t [expr] Toggle trace [trace expr] <[<]|{[{]|>[>] [cmd] Do pre/post-prompt b [ln|event|sub] [cnd] Set breakpoint ! [N|pat] Redo a previous command B ln|* Delete a/all breakpoints H [-num] Display last num commands a [ln] cmd Do cmd before line = [a val] Define/list an alias A ln|* Delete a/all actions h [db_cmd] Get help on command w expr Add a watch expression - h h Complete help page W expr|* Delete a/all watch expressions + h h Complete help page W expr|* Delete a/all watch exprs |[|]db_cmd Send output to pager ![!] syscmd Run cmd in a subprocess q or ^D Quit R Attempt a restart Data Examination: expr Execute perl code, also see: s,n,t expr @@ -175,6 +175,7 @@ DB<1>h S [[!]pat] List subroutine names [not] matching pattern V [Pk [Vars]] List Variables in Package. Vars can be ~pattern or !pattern. X [Vars] Same as "V current_package [Vars]". + y [n [Vars]] List lexicals in higher scope . Vars same as V. For more help, type h cmd_letter, or run man perldebug for all docs. More confusing options than you can shake a big stick at! It's not as bad as @@ -331,7 +332,7 @@ and will merrily dump out nested references, complete objects, partial objects - just about whatever you throw at it: Let's make a quick object and x-plode it, first we'll start the debugger: -it wants some form of input from STDIN, so we give it something non-commital, +it wants some form of input from STDIN, so we give it something non-committal, a zero: > perl -de 0