Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: I never use the debugger.

by Popcorn Dave (Abbot)
on Jul 27, 2005 at 16:21 UTC ( [id://478667]=note: print w/replies, xml ) Need Help??


in reply to I never use the debugger.

There are days I use Data::Dumper and print statements, but there are many more days that I use ptkdb. Once I found ptkdb, I was in heaven. No more sprinkling multiple print statemens throughout my code that I have to take out later.

The editor I'm using has it's output window as a child window in the editor so when you do lots of print statements, you either watch them fly by or you get to scroll through them to find what you're after. With ptkdb, even if I'm watching complex data structures, somehow it's more pleasing to me to be able to see what the variables are doing as the program runs, than having to rely on print statements to watch.

Now if I could just find one that would work for tracing Perl/Tk variables as the program runs...

Useless trivia: In the 2004 Las Vegas phone book there are approximately 28 pages of ads for massage, but almost 200 for lawyers.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 07:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found