使用IntelliJ IDEA调试java script脚本出现错误提示

问题:

在IntelliJ IDEA 13.0.2中新建了一个网页文件numbers.html,浏览器选择为Google chrome,使用Run -> Debug... 来启动调试,

跳出错误提示:

Waiting for connection from JetBrains IDE support extension

点击IDEA 13.0.2中的高亮链接试图进行安装,但有新的错误提示:

cann't run program "google-chrome": error=2, No such file or directory

解决办法:

1. 根据JetBrains网站中的提示解决了问题;


2. 打开链接Chrome Web Store的链接: https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji

1)。点击Add to Chrome button 

2)。在对话框Confirm New Extension中点击Add。

3)。等待片刻,按钮Add to Chrome的状态更新为 

4)。扩展安装完之后, 出现在Chrome地址栏的旁边。


3. 现在,可以在IntelliJ IDEA中使用F8或F7快捷键步进式调试JavaScript脚本了。


问题解决。



你可能感兴趣的:(Web,chrome,idea,intellij,store)