Click to See Complete Forum and Search --> : Howto: Interactive perl debugging on Windows


Anakunda
October 7th, 2010, 06:45 AM
Hello,

A time ago I was using activeperl with DevKit which provided support vor visual debugging via perl -d switch.
Now I am back to perl but can't figure out how to get debugging support back.

Installed perl version is 5.12.2.1202 x64
Installed Perl DevKit version is 9.0.1.293382 x64
Installed Komodo IDE version is 6.0.0.57120

Despite that perl -d doesnot work

Error message as reported by perl:
Unable to connect to remote host: 127.0.0.1:2000
Compilation failed in require.
at doinc.pl line 0
main::BEGIN() called at D:\develop\Perl\lib\/perl5db.pl line 0
eval {...} called at D:\develop\Perl\lib\/perl5db.pl line 0
BEGIN failed--compilation aborted.
at doinc.pl line 0


I think I need some guidance how to get debugging working or setup it properly if I have installed everything necessary. Thanks in advance.