|
|||||||
1. Introduction
2. Installing Karrigell 3. The Web server 4. Configuration options 5. Working with Apache, LightTPD or Xitami 6. Programming 7. Debugging 7.1 Debug mode 7.2 Error handling and debugging 8. Python scripts 9. CGI scripts 10. Karrigell Services 11. Python Inside HTML 12. HTML Inside Python 13. HTMLTags - generate HTML in Python 14. Including documents 15. Sessions 16. Authentication 17. Translation and Unicode |
7. Debugging7.1 Debug modeWhen you are testing new versions of a program, there is often the case when you change a module which is imported by your scripts. For performance reasons, the standard Python interpreter uses the compiled versions of the modules which have been imported, and does not check if the source has been modifiedYou can set the Once the program works, you can set the debug mode to 0 7.2 Error handling and debuggingIf an error happens when calling an URL, a trace is displayed in the browser The information provided consists of :
Snapshot :
If you want to hide this information from users, you can set the option |