ccampbell/chromelogger

Installation instructions

Spock77625 opened this issue · 0 comments

I would need a few more details if I am to get this installed properly. I added this code to a class that I am need of stepping through.

include 'ChromePhp.php';
ChromePhp::log('Hello console!');
ChromePhp::log($_SERVER);
ChromePhp::warn('something went wrong!');

I had no idea where to put the django code even if it was to be in HTML or PHP.

Also, I downloaded the chromelogger-master scripts but have no idea what if anything to do with them,

I did not know if installing the chrome extension did any of that or not.

When I run the page I want to step through the I was expecting the console to appear but it does not.