dbg
Categories
Component ID
2410183
Component name
dbg
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Helps debug variables, objects (using reflections), arrays.
Allows to run scripts on the site, on the /dbg/php page using a PHP editor from ace.
Usage
To show on the site: dbg($some_var);
To write it to a file: dbg($some_var)->writeToFile();
