Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • Tracy

Classes

  • Bar
  • BlueScreen
  • Debugger
  • Dumper
  • FireLogger
  • Helpers
  • Logger
  • OutputDebugger

Interfaces

  • IBarPanel
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class BlueScreen

Red BlueScreen.

Namespace: Tracy
Author: David Grudl
Located at Tracy/BlueScreen.php
Methods summary
public
# __construct( )
public Tracy\BlueScreen
# addPanel( callable $panel )

Add custom panel.

Add custom panel.

Parameters

$panel
callable

Returns

Tracy\BlueScreen
public
# render( Exception|Throwable $exception )

Renders blue screen.

Renders blue screen.

Parameters

$exception
Exception|Throwable
public static string
# highlightFile( string $file, integer $line, integer $lines = 15, array $vars = NULL )

Returns syntax highlighted source code.

Returns syntax highlighted source code.

Parameters

$file
string
$line
integer
$lines
integer
$vars

Returns

string
public static string
# highlightPhp( string $source, integer $line, integer $lines = 15, array $vars = NULL )

Returns syntax highlighted source code.

Returns syntax highlighted source code.

Parameters

$source
string
$line
integer
$lines
integer
$vars

Returns

string
public static string
# highlightLine( $html, $line, $lines = 15 )

Returns highlighted line in HTML code.

Returns highlighted line in HTML code.

Returns

string
public boolean
# isCollapsed( string $file )

Should a file be collapsed in stack trace?

Should a file be collapsed in stack trace?

Parameters

$file
string

Returns

boolean
Properties summary
public string[] $info array()
#
public string[] $collapsePaths array()
#

paths to be collapsed in stack trace (e.g. core libraries)

paths to be collapsed in stack trace (e.g. core libraries)

Nette 2.2 API documentation generated by ApiGen 2.8.0