PHPackages                             nella/tracy-debug-info - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. nella/tracy-debug-info

AbandonedArchivedLibrary[Debugging &amp; Profiling](/categories/debugging)

nella/tracy-debug-info
======================

Tracy BlueScreen panel for Exception::\_\_debugInfo

v1.0.0(10y ago)04811MITHTMLPHP ~5.5|~7.0

Since Nov 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nella/tracy-debug-info)[ Packagist](https://packagist.org/packages/nella/tracy-debug-info)[ RSS](/packages/nella-tracy-debug-info/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (3)Used By (1)

[Tracy BlueScreen](https://tracy.nette.org) panel for Exception::\_\_debugInfo
==============================================================================

[](#tracy-bluescreen-panel-for-exception__debuginfo)

[![Build Status](https://camo.githubusercontent.com/12604eafd5028d978d18828ec5dadf250ae7fdf2e63a53355411bef9d1ad2243/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e656c6c612f74726163792d64656275672d696e666f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/nella/tracy-debug-info)[![Code Coverage](https://camo.githubusercontent.com/29dba20a6c72f4f35237052f35eb3b4f439ebfcb15e834bf6041d634b36b087b/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6e656c6c612f74726163792d64656275672d696e666f2e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/nella/tracy-debug-info)[![SensioLabsInsight Status](https://camo.githubusercontent.com/2f1952e52c0f753501250545c6bdff6ed931dc777d1fdc3b01bdf422b3f58552/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f64353534653936342d623362342d343064312d626533632d6333393665623639376537382e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/d554e964-b3b4-40d1-be3c-c396eb697e78)[![Latest Stable Version](https://camo.githubusercontent.com/13bd750f01df6c8181681d4a2cb0a7e229bd7d792f99c0970a15416467da11b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656c6c612f74726163792d64656275672d696e666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nella/tracy-debug-info)[![Composer Downloads](https://camo.githubusercontent.com/10edbaff50157af8c03d2dfdc7e59404cf7494280f0dbc51c6c15dd6765ba7de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656c6c612f74726163792d64656275672d696e666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nella/tracy-debug-info)[![Dependency Status](https://camo.githubusercontent.com/13c390f13ba550fa1b6bb5d491f1bf948f88a82e7fd21ebe2a80452af913b226/68747470733a2f2f696d672e736869656c64732e696f2f76657273696f6e6579652f642f757365722f70726f6a656374732f3536356135633961303336633332303033613030303031312e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/565a5c9a036c32003a000011)[![HHVM Status](https://camo.githubusercontent.com/8e9905da5640db07fc644da277c46fdb33130dec6320c7917c8d0229d67d2b04/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f6e656c6c612f74726163792d64656275672d696e666f2e7376673f7374796c653d666c61742d737175617265)](http://hhvm.h4cc.de/package/nella/tracy-debug-info)

**Original BlueScreen**

[![Original BlueScreen](https://github.com/nella/tracy-debug-info/raw/master/build/example-ClassicException.png)](https://cdn.rawgit.com/nella/tracy-debug-info/master/build/example-ClassicException.html)

**Better (with panel) BlueScreen**

[![Better BlueScreen](https://github.com/nella/tracy-debug-info/raw/master/build/example-BetterException.png)](https://cdn.rawgit.com/nella/tracy-debug-info/master/build/example-BetterException.html)

Requirements
------------

[](#requirements)

- Tracy &gt;=2.3.0 (2.3.x support will be removed on 31 Jan 2017)
- PHP &gt;=5.5.0 (5.5.x support will be removed on 10 Jul 2016)

Installation
------------

[](#installation)

```
composer require nella/tracy-debug-info

```

Usage
-----

[](#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
-------

[](#license)

Tracy BlueScreen panel for Exception::\_\_debugInfo is licensed under the MIT License - see the LICENSE file for details

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3859d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/112567?v=4)[Patrik Votoček](/maintainers/vrtak-cz)[@Vrtak-CZ](https://github.com/Vrtak-CZ)

---

Top Contributors

[![Vrtak-CZ](https://avatars.githubusercontent.com/u/112567?v=4)](https://github.com/Vrtak-CZ "Vrtak-CZ (16 commits)")[![VasekPurchart](https://avatars.githubusercontent.com/u/406821?v=4)](https://github.com/VasekPurchart "VasekPurchart (1 commits)")

---

Tags

exceptiondebuggertracydebuginfo

### Embed Badge

![Health badge](/badges/nella-tracy-debug-info/health.svg)

```
[![Health](https://phpackages.com/badges/nella-tracy-debug-info/health.svg)](https://phpackages.com/packages/nella-tracy-debug-info)
```

###  Alternatives

[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

382284.2k3](/packages/recca0120-laravel-tracy)[vasek-purchart/tracy-blue-screen-bundle

This bundle lets you use the Tracy's debug screen in combination with the the default profiler in your Symfony application.

1178.1k](/packages/vasek-purchart-tracy-blue-screen-bundle)[contributte/tracy

Nette Tracy extensions for easy-developing

131.5M5](/packages/contributte-tracy)[orisai/tracy-pets

Tracy got an angry pet to remind you of your failures

1025.7k3](/packages/orisai-tracy-pets)[milo/vendor-versions

Bar with versions list of vendor libraries for Tracy

19157.9k5](/packages/milo-vendor-versions)[kuria/error

Makes handling and debugging PHP errors suck less

1920.5k2](/packages/kuria-error)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
