ivankristianto / debug
Debug Helper
dev-master
2013-10-13 14:55 UTC
Requires
- php: >=5.3.2
- firephp/firephp-core: *
This package is auto-updated.
Last update: 2024-11-26 04:41:29 UTC
README
This helper function is use only for doing debug. There are many projects that i have been working on so i think it might be good if i make this as one of the composer module so i can use it in all my projects.
List of functions
- debug_var: show var_dump of object or variable in a nice way
- die_dump: show var_dump of object or variable in a nice way and stop the execution
- fire_debug: show var_dump in fire_php console
- debug_file: : show var_dump and write to the file