develooper Front page | perl.perl5.porters | Postings from March 2000

Re: Help debugger help?

Thread Previous
From:
Gurusamy Sarathy
Date:
March 14, 2000 08:15
Subject:
Re: Help debugger help?
Message ID:
200003141613.IAA11456@maul.ActiveState.com
On Tue, 14 Mar 2000 10:55:03 +0100, Wolfgang Laun wrote:
>Trying to gain some experience with `perl -d', I ran
>
>   $ perl -d -e 84   # Nick-Ing Simmons' mysterious errno value - note
>that this is 42*2 ;-)
>
>Is all of what is collected below intended?

I don't think so.  And what's more, Tom's patch appears to fix all of
them.  Here's what I see:

      DB<1> v
    'Carp.pm' => 'lib/Carp.pm'
    'Carp/Heavy.pm' => 'lib/Carp/Heavy.pm'
    'Exporter.pm' => '5.562 from lib/Exporter.pm'
    'Term/Cap.pm' => 'lib/Term/Cap.pm'
    'Term/ReadLine.pm' => 'lib/Term/ReadLine.pm'
    'perl5db.pl' => '1.07 from lib/perl5db.pl'
      DB<1> h print
    print is not a debugger command.
      DB<2> h z
    z is not a debugger command.
      DB<3> h zz
    zz is not a debugger command.
      DB<4> h ()
    () is not a debugger command.
      DB<5> h \
      cont: \
      cont: \\\
      cont: \
      cont: 
    \\ is not a debugger command.
      DB<6> 


Sarathy
gsar@ActiveState.com

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About