Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 203 Bytes

File metadata and controls

16 lines (10 loc) · 203 Bytes

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