项目作者: slowaways

项目描述 :
PHP Debug Helper
高级语言: PHP
项目地址: git://github.com/slowaways/debug.git
创建时间: 2016-07-23T01:25:39Z
项目社区:https://github.com/slowaways/debug

开源协议:MIT License

下载


PHP Debug - v0.2 Release

Helper for debugging/testing variables with delimiters of call and identifiers of variables.

Overview

Configs

  • \Debug::$debug
  • \Debug::$print
  • \Debug::$exit
  • \Debug::$cli

Counters

  • \Debug::$count

Delimiters

  • \Debug::$from
  • \Debug::$to
  • \Debug::$search
  • \Debug::$ips

Identifiers

  • \Debug::$vars
  • \Debug::$trace (trace)
  • \Debug::$title (call)
  • \Debug::$labels ($vars)

Requirements

  • PHP 7.0+