Handbuch:$wgDebugToolbar
Debug: $wgDebugToolbar | |
---|---|
Display the debugging toolbar |
|
Eingeführt in Version: | 1.19.0 |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Wahrheitswert) |
Standardwert: | false |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Displays the debugging toolbar. This also enables profiling on database queries and other useful output. This must remain "false" in production to avoid exposing private information.
The debug toolbar will not be displayed when either
$wgUseFileCache
or $wgUseCdn
are set to "true".