GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Alzabo::Debug(3) User Contributed Perl Documentation Alzabo::Debug(3)

Alzabo::Debug - Creates constants used to turn on debugging

  export ALZABO_DEBUG='SQL|TRACE'

  ... load and run code using Alzabo ...

  export ALZABO_DEBUG=METHODMAKER

  ... load and run code using Alzabo ...

This module creates constants used by other modules in order to determine what debugging output should be generated.

The interface is currently experimental.

Currently, the only way to turn on debugging is by setting the "ALZABO_DEBUG" environment variable. This variable can contain various flags, each separated by a pipe char (|). Each flag turns on different types of debugging output.

These flags must be set before Alzabo is loaded, as debugging is turned on or off through the use of constants.

The current flags are:

  • SQL

    Generated SQL and its associated bound variables.

  • TRACE

    A stack trace will be generated any time SQL is generated.

  • METHODMAKER

    The "Alzabo::MethodMaker" module will generate verbose output describing the methods it is creating.

  • REVERSE_ENGINEER

    The modules involved in reverse-engineering will generate output describing what it finds during reverse-engineering.

  • ALL

    Turn on all flags.

For now, all debugging output is sent to "STDERR".

2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.