5. Debugging¶
5.1. Error logging¶
Error logging can be enabled in config.php. More information here. The output can be found in the error log of the webi server. In addition you can create a debug.php file and a debug.txt writable by the web server. The debug loader in debug.php should be changed based on your WebApp setup. Checkout: “LOAD_SOURCE”, package: “LOAD_RELEASE”, debug: “LOAD_DEBUG”.
5.2. JavaScript errors¶
To view JavaScript errors open the browsers developer tools.