New mailing list dedicated to debugging

hfb on 2003-08-04T10:18:00

Gabor Szabo writes "At YAPC::EU::2003 I met Richard Foley who wrote perldebtut and who is also the author of the Perl Debugger Pocket Reference that will be published by O'Reilly (at least according to Bookpool). At the same YAPC I gave 2 presentations about debugging Perl so it was natural for us to join forces.

The result is (thanks to Ask Bjorn Hansen,Rober Spier, Elaine Ashton and others who maintain perl.org) that we already have a web site and a mailing list dedicated to all issues regarding debugging in Perl.

You can subscribe to the mailing list by sending an e-mail to how to get rid of these bugs?

We'd be glad to see many of you there asking questions about the debugger(s) and how to debug certain code."


But the site is

Odud on 2003-08-04T13:42:53

currently 404ing, or else my end of the network is fscked

huh?

ask on 2003-08-05T06:52:28

which site is 404?

the perl.org reference above is wrong, there's no A record for perl.org, but http://debugger.perl.org/ should work.

- ask

data dumper?

mary.poppins on 2003-08-16T10:51:23

I've found Data::Dumper to be a fine debugger. :)