Skip to content

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.

File & content

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

Only in development

You should not use this file in a production environment.

This file must be present only in a development or testing environment.

Clone this wiki locally