0

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?

JoshuaDavid
  • 8,861
  • 8
  • 47
  • 55
  • 1
    What browser do you use? It's supported for Firefox (http://youtrack.jetbrains.com/issue/IDEA-55311) but not for Chrome (http://youtrack.jetbrains.com/issue/IDEA-76789). – CrazyCoder Jul 26 '12 at 06:04

1 Answers1

-1

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.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904