jetiradoro/debug-component

Debug code

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jetiradoro/debug-component

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

This package is auto-updated.

Last update: 2025-09-28 08:33:22 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;