in reply to Eclipse / EPIC / Win32, Debugger Problems / perl5db.pl did not return a true value, Perl 5.10.1

2907155 - perl5db.pl did not return a true value
  • Comment on Re: Eclipse / EPIC / Win32, Debugger Problems / perl5db.pl did not return a true value, Perl 5.10.1

Replies are listed 'Best First'.
Re^2: Eclipse / EPIC / Win32, Debugger Problems / perl5db.pl did not return a true value, Perl 5.10.1
by vifo (Initiate) on Feb 01, 2010 at 15:37 UTC
    Thanks for your reply. I reinstalled the PadWalker PPD, but the problem remains the same. I also tried the following PPDs, with no effort yet:
    http://ppm4.activestate.com/MSWin32-x86/5.10/1006/R/RO/ROBIN/PadWalker +-1.7.ppd http://ppm4.activestate.com/MSWin32-x86/5.10/1006/R/RO/ROBIN/PadWalker +-1.9.ppd (this one should have fixed the problem) http://www.bribes.org/perl/ppm/PadWalker.ppd
    Regards, vifo
      Perl 5.10.1 introduced a one-line change in Cwd.pm that broke debugging on Windows which may be the same issue you're having, see: https://rt.cpan.org/Public/Bug/Display.html?id=56225
      You should file a bug report ;)

        I had the same problem after upgrading to ActivePerl 5.10.1.1007 for windows. I then cleaned and did a fresh install of 1007, and still had the same problem. I recleaned. and installed ActivePerl 5.10.1.1006 and everything was fine.

        I hope this helps. Nigel