Skip to content

Professionali/debuger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The error handler and dump variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages