1Webapp.enableDebugging(3kaya)Kaya module referenceWebapp.enableDebugging(3kaya)
2
3
4
6 Webapp::enableDebugging - Enable debugging mode
7
9 Void enableDebugging( )
10
12 Enable debugging mode for the webapp. Note that this can potentially
13 expose security-relevant information about your application and/or web
14 server, so it's off by default and should remain that way for any pro‐
15 duction application. However, when testing a program as you write it
16 you may find it useful to enable as it will give (among other features)
17 better backtraces for uncaught Exceptions.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Webapp.debugMode (3kaya)
31 Webapp.enableDebugging (3kaya)
32
33
34
35Kaya December 2010 Webapp.enableDebugging(3kaya)