An opportunity presents itself

pemungkah on 2002-02-05T17:14:30

The debugger is a wonderful, useful piece of code ... and is really opaque, both from the standpoint of reuse and hacking, and from the standpoint of the documentation of the stuff it can do.

I can see there are nice hooks to talk to the debugger from another process, but they're not documented. It would be great to be able to add a command or two to the debugger, but there's no easy way todo it other than copying the code, adding the command, and there you are. Of course, this is a maintenance nightmare.

Maybe I've found my subject for the Perl conference this year ...


Buy Perl Debugged by Peter Scott

hfb on 2002-02-05T21:01:32

If you are interested in the debugger, it's the only book out there that covers it well.

Live, in person

lachoy on 2002-02-05T21:34:44

And if on the offchance you happen to live in the DC area, I think ziggy is going to talk about the debugger at the DC.pm meeting tonight.

Docs

pdcawley on 2002-02-06T14:42:29

There's perldebguts.pod, which is, at least, a start.