Angularjs 如何调试Intellij中的量角器?

Angularjs 如何调试Intellij中的量角器?,angularjs,intellij-idea,protractor,Angularjs,Intellij Idea,Protractor,在OSX中,我配置了Intellij 15运行/调试任务,如以下问题所示: 它运行正常,但调试不起作用。它抛出: /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 seleni

在OSX中,我配置了Intellij 15运行/调试任务,如以下问题所示:

它运行正常,但调试不起作用。它抛出:

/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
有什么想法吗

提前谢谢。

收到了!只需在运行/调试配置窗口的“节点参数”中添加
--harmony
参数