Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Using the Perl Debugger (-d)

by CountZero (Bishop)
on Jan 26, 2007 at 07:10 UTC ( [id://596678]=note: print w/replies, xml ) Need Help??


in reply to Using the Perl Debugger (-d)

I use the debugger which is included in the KOMODO IDE. Depending on how you start your script, it can just run your code or it can single step through your code (with or without single stepping through sub-routines) or it can run your code and start single stepping once it reaches a "break-point". All the time when single stepping it shows the contents of all your variables which are in scope at that time.

A truly great tool and a big help in solving the more difficult issues.

Of course all this can be done with the Perl-debugger too: after all the KOMODO debugger is really the Perl debugger in disguise!

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found