debug
class debug
Registers all the debug tools.
Methods
static
enable(int $errorReportingLevel = null, bool $displayErrors = true)
Enables the debug tools.
Details
at line 40
static
enable(int $errorReportingLevel = null, bool $displayErrors = true)
Enables the debug tools.
This method registers an error handler and an exception handler.
If the Symfony ClassLoader component is available, a special class loader is also registered.