1 inline debugger is included kint
-- updated for ocmod
-- upload contents of upload dir to the root of your site
-- goto extension -> installer -> browse -> select the ocmod.xml file and upload
-- this exposes the global d() and the like methods of kint
Read the documentation for examples
Kint:
Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible.
In other words, it's var_dump() and debug_backtrace() on steroids. Easy to use, but powerful and customizable. An essential addition to your development toolbox.
ex.
Kint::dump( $_SERVER );
d( $variable1, $variable2 );
Repo:https://github.com/mithereal/opencart_inline_debuggers
want a new feature added, donate something .
Login and write down your comment.
Login my OpenCart Account