MCFileManager:Configuration/general.debug
From Moxiecode Documentation Wiki
[edit]
Option: general.debug
This option enables you to turn on/off the debug mode. When enabled error messages will present a back trace of where the error occurred with file, function and line number. This option is set to false by default for security reasons and should not be enabled in a production environment.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['general.debug'] = true;
