【发布时间】:2016-06-22 07:02:38
【问题描述】:
在 OSX 中,我已经配置了 Intellij 15 运行/调试任务,如以下问题所示:
How to debug angular protractor tests in WebStorm
它运行正常,但调试不起作用。它抛出:
/usr/local/bin/node --debug-brk=60144 --nolazy /usr/local/lib/node_modules/protractor/lib/cli.js /Users/XXXX/Workspace/frontend-test/config.js
Debugger listening on port 60144
Using the selenium server at http://localhost:4444/wd/hub
[launcher] Running 1 instances of WebDriver
Process finished with exit code 139
有什么想法吗?
提前致谢。
【问题讨论】:
标签: angularjs intellij-idea protractor