Devel::Debug

<< this way << | index | >> that way >>
The Home of Perl

::An Introduction

Debugging ...

  • an essential part of the development cycle.
  • no-one is perfect

Testing ...

  • small sections of code
  • single scripts
  • full applications

Devel::Debug

  • aimed at web applications
  • stores debug information
  • no cluttering of log files
  • no hijacking of HTML pages, especially live


^^ up top ^^