Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
XP is just a number
 
PerlMonks  

Re: RFC: Basic debugging checklist

by jplindstrom (Monsignor)
on Feb 19, 2009 at 00:26 UTC ( #744919=note: print w/ replies, xml ) Need Help??


in reply to RFC: Basic debugging checklist

Always, always print variables with visible delimiters so it's crystal clear when the values contain white space.

print "title: ($title)\n"; print "title: '$title'\n";

This goes for log files too, or anything that isn't presented to end users, really.

In general, a good mindset when composing error reports or debug info is to spend five extra seconds to consider what the programmer is going to need to diagnose or recover from the problem.

/J


Comment on Re: RFC: Basic debugging checklist
Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://744919]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (4)
As of 2013-05-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (399 votes), past polls