B.2. Modules to Aid DebuggingThe following modules are used mainly when something is not working properly and needs to be debugged. Unless your bug is very hard to reproduce and the production environment is required to reproduce the conditions that will trigger the bug, these modules should not be used in production. B.2.1. Apache::DB—Hooks for the Interactive Perl DebuggerAllows developers to interactively debug mod_perl. Covered in Chapter 9. Available from CPAN. See the module manpage for more information. B.2.2. Apache::Debug—Utilities for Debugging Embedded Perl CodeCovered in Chapter 21. Supplied with the mod_perl distribution. See the module manpage for more information. B.2.3. Apache::DebugInfo—Send Debug Information to ClientAvailable from CPAN. See the module manpage for more information. B.2.4. Apache::Leak—Module for Tracking Memory Leaks in mod_perl CodeCovered in Chapter 14. Supplied with the mod_perl distribution. See the module manpage for more information. B.2.5. Apache::Peek—A Data Debugging Tool for the XS ProgrammerCovered in Chapter 10. Available from CPAN. See the module manpage for more information. B.2.6. Apache::Symbol—Avoid the Mandatory `Subroutine Redefined' WarningSupplied with the mod_perl distribution. See the module manpage for more information. B.2.7. Apache::Symdump—Symbol Table SnapshotsCovered in Chapter 21. Supplied with the mod_perl distribution. See the module manpage for more information. Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|