jetiradoro/debug-component

Debug code

Maintainers

Package info

github.com/jetiradoro/debug-component

pkg:composer/jetiradoro/debug-component

Statistics

Installs: 43

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.1 2020-10-27 20:45 UTC

This package is auto-updated.

Last update: 2026-02-28 09:19:23 UTC


README

This component provide two static functions from Debug class for debug any variable.

  • Debug:s($var): show var and continue;
  • Debug:x($var): show var and die;