Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl
        
    ...
            }
            $ebug->step;
        }
    
  2. or download this
        > ./stacktrace.pl debugme.pl 
        ./stacktrace.pl: exec failed: No such file or directory
         at /home/wakatana/perl5/lib/perl5/Devel/ebug.pm line 41
        Could not connect: Connection refused at /home/wakatana/perl5/lib/
    +perl5/Devel/ebug.pm line 71.
    
  3. or download this
    Proc::Background::Unix::_new(/home/wakatana/perl5/lib/perl5/Proc/Backg
    +round/Unix.pm:21):
    21:      my $class = shift;
    ...
    Debugged program terminated.  Use q to quit or R to restart,
      use o inhibit_exit to avoid stopping after program termination,
      h q, h R or h o to get additional info.
    
  4. or download this
        b Proc::Background::Unix::_new
        c