SproutCMS

This is the code documentation for the SproutCMS project

class Debug

Useful methods for debugging

Source code (8 results)

/sprout/Controllers/DbToolsController.php   Highlighted file source

Line 2776: $out .= Form::checkboxBoolList('', [], ['debug' => 'Show debugging information']);
Line 2831: if (!empty($_POST['debug'])) {
Line 2832: $mail->SMTPDebug = 3;

/sprout/Controllers/DbToolsController.php   Highlighted file source

Line 2776: $out .= Form::checkboxBoolList('', [], ['debug' => 'Show debugging information']);
Line 2831: if (!empty($_POST['debug'])) {
Line 2832: $mail->SMTPDebug = 3;

/sprout/Helpers/Debug.php   Highlighted file source

Line 20: /** Useful methods for debugging */
Line 21: class Debug

/sprout/Helpers/Email.php   Highlighted file source

Line 62: // $this->SMTPDebug = true | false

/sprout/Helpers/Email.php   Highlighted file source

Line 62: // $this->SMTPDebug = true | false

/sprout/Helpers/Router.php   Highlighted file source

Line 243: if (BootstrapConfig::ORIGIN_CLEANUP_DEBUG) {
Line 244: self::originCleanupDebug($old_proto, $old_hostname, $new_proto, $new_hostname);
Line 255: * This is turned on by the BootstrapConfig::ORIGIN_CLEANUP_DEBUG constant
Line 263: private static function originCleanupDebug($old_proto, $old_hostname, $new_proto, $new_hostname)

/sprout/Helpers/Router.php   Highlighted file source

Line 243: if (BootstrapConfig::ORIGIN_CLEANUP_DEBUG) {
Line 244: self::originCleanupDebug($old_proto, $old_hostname, $new_proto, $new_hostname);
Line 255: * This is turned on by the BootstrapConfig::ORIGIN_CLEANUP_DEBUG constant
Line 263: private static function originCleanupDebug($old_proto, $old_hostname, $new_proto, $new_hostname)

/sprout/Helpers/TwigView.php   Highlighted file source

Line 19: use Twig\Extension\DebugExtension;
Line 47: 'debug' => !IN_PRODUCTION,
Line 52: self::$twig->addExtension(new DebugExtension());

A total of 21 lines in 8 files were found