[PDK-Beta] Debugger: can't get the graphical debugger to work
by John Reid other posts by this author
Oct 15 2004 1:23PM messages near this date
view in the new Beta List Site
RE: [PDK-Beta] Documentation: PerlNET documented even though not partof PDK
|
[PDK-Beta] VBScript Converter: Wonderfully useful app!
Environment: Windows XP SP2, 2.8GHz P4, 1GB RAM
Logged in as "limited user" (i.e. not administrator on local machine)
Debugger:
=========
Can't get the graphical debugger to work, either as Administrator or as
limited user.
After a default install, logged in as local Administrator:
D:\usr\src\perl\hello> perl -d hello.pl
Failed to start the ActiveState Perl Debugger.
Please ensure that the ActiveState Perl Debugger is properly installed
gain.
D:\usr\src\perl\hello> pdkdebug --remove
Stopping PDK Debug Listener...
PDK Debug Listener stopped.
PDK Debug Listener removed.
D:\usr\src\perl\hello> pdkdebug --install auto
Starting PDK Debug Listener.
PDK Debug Listener started.
PDK Debug Listener installed.
D:\usr\src\perl\hello> pdkdebug --query
PDK Debugger is set to local mode.
D:\usr\src\perl\hello> perl -d hello.pl
Failed to start the ActiveState Perl Debugger.
Please ensure that the ActiveState Perl Debugger is properly installed
gain.
|