Re: [PDK-Beta] Graphical debugger
by Jan Dubois other posts by this author
Nov 30 2006 5:47PM messages near this date
view in the new Beta List Site
[PDK-Beta] Graphical debugger
|
[PDK-Beta] Can't locate Config_dynamic.pl in @INC
On Thu, 30 Nov 2006 21:11:28 +0000, "Chris K. Young" <cky944@[...].com>
wrote:
Hi Chris,
> 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.
Thanks for the feedback! I've confirmed all 3 issues. The first 2 are
due to a rewritten installer. It looks like PerlMSI is changing the
single quotes to double quotes in all values before storing them in the
MSI database...
I see that PerlMSI also doesn't use the built-in license and requires a
regular PDK 6 trial license. Note that there are no bug fixes for the
debugger or PerlMSI in Beta1.
You can also file bugs in our regular PDK bug database:
http://bugs.activestate.com/PerlDevKit
Just make sure you set the version field to 6.9.90.
Cheers,
-Jan
_______________________________________________
PDK-Beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/pdk-beta
Thread:
Chris K. Young
Jan Dubois
|