Skip to content

Professionali/debuger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22336dc · May 12, 2017

History

18 Commits
Jan 18, 2017
May 12, 2017
May 12, 2017
May 30, 2013
Mar 21, 2013

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