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.

0

Hello,

is command to start Chrome specified in Settings | Web Browsers?

0
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

I'm debugging javascript and not PHP.

0
Avatar
Permanently deleted user

Ahh see what happens when I read this forum so eary? ;)

0

Support for console.log() in Google Chrome isn't implemented yet (see http://youtrack.jetbrains.com/issue/IDEA-76789).

0
Avatar
Permanently deleted user

Thanks, really looking forward to see it implemented.

0

请先登录再写评论。