Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 700 Bytes

README.md

File metadata and controls

51 lines (26 loc) · 700 Bytes

Debuger

The error handler and dump variables.

function p()

Installation

Download repository:

git clone https://github.com/Professionali/debuger.git

Registr in php.ini:

auto_prepend_file = "<path_to_debuger>\debuger\debuger.php"

Using

Show variable dump:

p($my_var);

In Web mode

Notice

notice in web

Exception

exception in web

Exception trace

exception trace in web

In CLI mode

Notice

notice in cli

Exception

exception in cli

Variable dump in CLI

function p() in cli