Manual:$wgDebugToolbar
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
editDisplays 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".