help for debug with chrome
Hi,
have configured javascript debug remote using chrome browser, and chrome doesn't launch when debug.
have no issues when setting to firefox. What am i missing?
Chrome version: 17.0.963.79
Webstorm version: 3.0.3
Mac OSX
Please help. Thanks.
Please sign in to leave a comment.
Hello,
is command to start Chrome specified in Settings | Web Browsers?
There is another way to do this. The Chrome Xdebug (Helper) extension can help: https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc
There's also a great one for Safari: https://github.com/benmatselby/xdebug-toggler
i've set the command in settings (thanks), and managed to step through, but the webstorm console doesn't show the console.log() messages.
it works in firefox though.
I'm debugging javascript and not PHP.
Ahh see what happens when I read this forum so eary? ;)
Support for console.log() in Google Chrome isn't implemented yet (see http://youtrack.jetbrains.com/issue/IDEA-76789).
Thanks, really looking forward to see it implemented.