We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: