-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging mode
Sébastien Villemain edited this page Nov 4, 2018
·
1 revision
For developers, the file "debugmode" allows to activate the display of more information on the engine.
You will be able to more easily identify problems, slowness, abnormal behavior.
Create an empty file named 'debugmode' in the folder ./Includes
to enable the display of notices during development.
The content does not matter. To remind you what the file is for, you can add this: Display notices during development
Filename | Content |
---|---|
debugmode | Display notices during development |
You should not use this file in a production environment.
This file must be present only in a development or testing environment.