cactucs / debugger
There is no license information available for the latest version (v0.1.0-alpha) of this package.
Debug your PHP app with one API for all of the debuggers!
v0.1.0-alpha
2013-09-18 22:24 UTC
This package is not auto-updated.
Last update: 2025-06-17 09:19:18 UTC
README
Debug your PHP app with one API for all of the debuggers (e.g. Nette Debugger, var_dump() func...)
Usage
- Include the loader.php file
- Set debugger by calling Debugger::setDebugger(string $name [, $args...])
- Use!!!
- Debugger::dump($value)
Build your own Debugger
Feel free to make Debugger better!!! ;)