jetiradoro / debug-component
Debug code
v2.0.1
2020-10-27 20:45 UTC
This package is auto-updated.
Last update: 2025-03-28 07:16:16 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;