in reply to Debugger failing to connect to localhost
It looks like you have the "remoteport=localhost:nnn" set in an environment variable called PERLDB_OPTS or possible a config file (called ./.perldb or ~/.perldb) containing parse_options("remoteport=localhost:nnn").
See perldebug and/or
perl -de1 h O ... RemotePort Remote hostname:port for remote debugging ...
For (a little) more information.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Debugger failing to connect to localhost
by JamesNC (Chaplain) on May 14, 2003 at 13:17 UTC | |
|
Re: Re: Debugger failing to connect to localhost
by smitz (Chaplain) on May 14, 2003 at 13:38 UTC |