[PDK-Beta] Graphical debugger
by Chris K. Young other posts by this author
Nov 30 2006 1:18PM messages near this date
view in the new Beta List Site
[PDK-Beta] Graphical debugger
|
Re: [PDK-Beta] Graphical debugger
Hi,
In the default install of PDK 6.9.90 (build 272487) I've found three
issues with the graphical debugger:
1. The default install sets HKLM\Software\Perl:PERL5DB to
BEGIN {require "C:\Program Files\ActiveState Perl Dev Kit 6.9.90 beta\bin\lib\PerlDB.pl"}
which should instead be in single quotes to avoid backslash
processing.
2. The installer does not register PerlDB.exe, so the debugger will not
start at all until I type ``PerlDB /register'' (which I hope is the
right procedure, since it's not documented in the release notes or
the installation notes).
3. The built-in beta licence key is not used by the debugger, so it
won't run without installing an additional licence key.
Cheers,
---Chris K.
_______________________________________________
PDK-Beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/pdk-beta
Thread:
Chris K. Young
Jan Dubois
|