Jeff Abrahamson on 13 Jan 2004 23:31:02 -0000 |
On Tue, Jan 13, 2004 at 05:37:03PM -0500, Alex Birch wrote: > [6 lines, 38 words, 440 characters] Top characters:_ linetao > > Is there a nice debugger for Perl? Something that would let a person > look at the different variable values while a program is running? perl -d See "perldoc perlrun" for how to know this and "perldoc perldebug" for more useful info. If you are an emacs user (and why wouldn't you be?), note that the perl debugger is understood by emacs' Grand Unified Debugger (M-x perldb). -- Jeff Jeff Abrahamson <http://www.purple.com/jeff/> GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B Attachment:
pgpN1ZuJG9rOI.pgp
|
|