nella / tracy-debug-info
Tracy BlueScreen panel for Exception::__debugInfo
Installs: 46
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:HTML
Requires
- php: ~5.5|~7.0
- tracy/tracy: ~2.3.0
Requires (Dev)
- jakub-onderka/php-console-highlighter: ~0.3.2
- jakub-onderka/php-parallel-lint: ~0.9.0
- nella/coding-standard: ~2.2.1
- nette/tester: ~1.6.1
This package is auto-updated.
Last update: 2020-12-06 16:21:57 UTC
README
Original BlueScreen
Better (with panel) BlueScreen
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.
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