Table of Contents

    1. The Perl Debugger
    2. Debugging
    3. In accordance with UNIX philosophy, Perl gives you enough rope to hang yourself.
    4. use warnings;
    5. use strict;
    6. Symbolic References
    7. Blecccch
    8. Enough of that
    9. What's wrong with print "got here" if ($debug); ?
    10. Invoking the debugger
    11. First seven essential debugger commands
    13. Bonus:
    14. Next set of debugger commands
    15. Actions, Breakpoints, and Watchpoints
    16. Actions
    17. Breakpoints
    18. Watchpoints
    19. References
    20. Photo Credits
    21. Bonus:
    23. Bonus: Customization