|
|
| Just another Perl shrine | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
I am completely committed to the vi/command line IDE with the sole exception being non-trivial debugging. For that
ptkdb is incredibly useful, here are a few examples:
I can view the state of several variables simultaneously. I can avoid print statement clutter by mouse hovering over variables, etc. I can watch a hash of anonymous arrays of anonymous hashes get populated one step at a time It is a very valuable tool for the toolbox. In reply to Re: I usually debug via...
by bheckel
|
|