Skip to content

TheCellarRoom/debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debugger

Better debugging method for PHP

Usage

$dbg = new dbg($type, $code);

where $code is your object and $type is one of those listed below

Types

  1. LOG
  2. DIE
  3. CONSOLE
  4. TYPE