Javascript debugging is great in PHPStorm, but how do I simply output a string to the console from JS?
In Firebug, I would add something like:
console.log('Internet successfully downloaded');
What is the PHPStorm-debugger equivalent?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s now supported for both Chrome and Firefox.
Original answer from 2012:
This feature is supported only for Firefox at the moment. If you are using Chrome, please vote for the related feature request.