调试量角器时,Intellij Idea会挂起

时间:2015-01-15 16:31:41

标签: node.js debugging intellij-idea protractor webstorm

我遇到的问题类似于this question中提到的问题。

我正在尝试在IntelliJ Idea中调试量角器测试。在为Node.js设置配置并按运行后,所有测试都正常运行,但在单击 Debug 之后,我只看到:

"C:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.0\bin\runnerw.exe" "C:\Program Files\nodejs\node.exe" --debug-brk=65500 --nolazy --debug node_modules\protractor\lib\cli.js protractor.conf.js
debugger listening on port 65500
[launcher] Running 2 instances of WebDriver

就是这样,没有打开浏览器窗口,并且在进程资源管理器中只创建了Node进程。

从我读到的--debug-brk选项挂起第一行的执行 - 但在Idea调试器中看起来应用程序正在运行,而不是挂在断点上。

二手软件版本:

  • Intellij Idea 14.0.2 with NodeJs plugin v 139.491
  • Node.js v0.10.35
  • 量角器v 1.6.0

1 个答案:

答案 0 :(得分:0)

看看这个:http://ng-learn.org/2014/02/Debugging_Protractor_from_WebStorm_Intellij/

在调试时尝试只运行“1个实例”。