From: Jon Eveland Date: Wed, 25 Apr 2001 09:42:46 +0000 (-0700) Subject: Re: patch to perl5db.pl (formatting of h h screen) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c391288ee8b21c2943cf54621dec7bf8811a0517;p=p5sagit%2Fp5-mst-13.2.git Re: patch to perl5db.pl (formatting of h h screen) Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com> p4raw-id: //depot/perl@9837 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 63b4381..a3a2f24 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -2249,6 +2249,7 @@ Type `|h' for a paged display if this was too hard to read. "; # Fix balance of vi % matching: } }} + # note: tabs in the following section are not-so-helpful $summary = <<"END_SUM"; I I B [I|I] List source code B Stack trace @@ -2256,7 +2257,7 @@ I I B [I] List around line B [I] Next, steps over subs B I View source in file /B> Repeat last B or B BIB BIB Search forw/backw B Return from subroutine - B Show versions of modules B [I|I] Continue until position + B Show versions of modules B [I|I] Continue until position I B List break/watch/actions B [...] Set debugger options B [I] Toggle trace [trace expr] B<<>[B<<>]|B<{>[B<{>]|B<>>[B<>>] [I] Do pre/post-prompt B [I|I|I] [I] Set breakpoint @@ -2265,13 +2266,13 @@ I B List break/watch/act B<=> [I I] Define/list an alias B I Add a watch expression B [I] Get help on command B or B Delete all actions/watch B<|>[B<|>]I Send output to pager B<$psh>\[B<$psh>\] I Run cmd in a subprocess - B or B<^D> Quit B Attempt a restart -I B Execute perl code, also see: B,B,B I - B|B I Evals expr in list context, dumps the result or lists methods. - B

I Print expression (uses script's current package). - B [[B]I] List subroutine names [not] matching pattern - B [I [I]] List Variables in Package. Vars can be ~pattern or !pattern. - B [I] Same as \"B I [I]\". + B or B<^D> Quit B Attempt a restart +I B Execute perl code, also see: B,B,B I + B|B I Evals expr in list context, dumps the result or lists methods. + B

I Print expression (uses script's current package). + B [[B]I] List subroutine names [not] matching pattern + B [I [I]] List Variables in Package. Vars can be ~pattern or !pattern. + B [I] Same as \"B I [I]\". For more help, type B I, or run B<$doccmd perldebug> for all docs. END_SUM # ')}}; # Fix balance of vi % matching