NAME
OpenFrame::Slot::Debugger - Debug OpenFrame applications
SYNOPSIS
# as part of the SLOTS entry in OpenFrame::Config:
{
dispatch => 'Local',
name => 'OpenFrame::Slot::Debugger',
},
DESCRIPTION
OpenFrame::Slot::Debugger
is an OpenFrame slot that can add tracing information to the current session so that the request, response, and session for each stage. Look at the debug example for how to display the information.
AUTHOR
Leon Brocard <leon@fotango.com>
COPYRIGHT
Copyright (C) 2001, Fotango Ltd.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.