2017 © Pedro Peláez
 

library tracy-debug-info

Tracy BlueScreen panel for Exception::__debugInfo

image

nella/tracy-debug-info

Tracy BlueScreen panel for Exception::__debugInfo

  • Tuesday, December 1, 2015
  • by vrtak-cz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Tracy BlueScreen panel for Exception::__debugInfo

Build Status Code Coverage SensioLabsInsight Status Latest Stable Version Composer Downloads Dependency Status HHVM Status, (*1)

Original BlueScreen, (*2)

Original BlueScreen, (*3)

Better (with panel) BlueScreen, (*4)

Better BlueScreen, (*5)

Requirements

  • Tracy >=2.3.0 (2.3.x support will be removed on 31 Jan 2017)
  • PHP >=5.5.0 (5.5.x support will be removed on 10 Jul 2016)

Installation

composer require nella/tracy-debug-info

Usage


\Nella\Tracy\DebugInfoPanel::register(\Tracy\Debugger::getBlueScreen());

Your exception must implement Nella\Tracy\DebugInfoException interface. There is a helper trait Nella\Tracy\DebugInfoExceptionTrait with implemented __debugInfo method., (*6)


class YourException extends \Exception implements \Nella\Tracy\DebugInfoException { use \Nella\Tracy\DebugInfoExceptionTrait; }

License

Tracy BlueScreen panel for Exception::__debugInfo is licensed under the MIT License - see the LICENSE file for details, (*7)

The Versions

01/12 2015

dev-master

9999999-dev

Tracy BlueScreen panel for Exception::__debugInfo

  Sources   Download

MIT

The Requires

 

The Development Requires

exception debugger tracy debuginfo

30/11 2015

dev-coverals

dev-coverals

Tracy BlueScreen panel for Exception::__debugInfo

  Sources   Download

MIT

The Requires

 

The Development Requires

exception debugger tracy debuginfo

29/11 2015

v1.0.0

1.0.0.0

Tracy BlueScreen panel for Exception::__debugInfo

  Sources   Download

MIT

The Requires

 

The Development Requires

exception debugger tracy debuginfo