Manual:$wgDebugToolbar
Appearance
From mediawiki.org
| Debug: $wgDebugToolbar | |
|---|---|
| Display the debugging toolbar |
|
| Introduced in version: | 1.19.0 |
| Removed in version: | Still in use |
| Allowed values: | (boolean) |
| Default value: | false |
| Other settings: Alphabetical | By function | |
Details
[edit ]Security: This should never be enabled on a live public wiki as it could expose private information.
The debug toolbar will not be displayed when either
$wgUseFileCache or $wgUseCdn are set to "true".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.