Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 618 Bytes

File metadata and controls

22 lines (14 loc) · 618 Bytes

Debug Package

The Debug package provides a debugging and logging layer that is easy to integrate and easy to configure. The debugger toggles environment settings, replaces errors with exceptions, handles uncaught exceptions, intercepts fatal errors, analyzes data for debugging, and much more.

Installation

This package can be installed with Composer.

composer require titon/debug:*

Documentation