in reply to ActiveState 5.8 debugger "Unable to connect to remote host: 127.0.0.1:2000"

Sounds like you have the RemotePort option set in an environment var PERL5DB_OPTS?

The relevamt bits from the output of the 'h o' command:

RemotePort Remote hostname:port for remote debugging ... During startup options are initialized from $ENV{PERLDB_OPTS}. You can put additional initialization options TTY, noTTY, ReadLine, NonStop, and RemotePort there (or use `R' after you set them).

Examine what is said, not who speaks.
1) When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.
2) The only way of discovering the limits of the possible is to venture a little way past them into the impossible
3) Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke.
  • Comment on Re: ActiveState 5.8 debugger "Unable to connect to remote host: 127.0.0.1:2000"
  • Download Code