Webapp::enableDebugging(3) Enable debugging mode

SYNOPSIS

Void enableDebugging( )

DESCRIPTION

Enable debugging mode for the webapp. Note that this can potentially expose security-relevant information about your application and/or web server, so it's off by default and should remain that way for any production application. However, when testing a program as you write it you may find it useful to enable as it will give (among other features) better backtraces for uncaught Exceptions.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.

RELATED

Webapp.debugMode(3kaya)

Webapp.enableDebugging(3kaya)