How to debug protractor in Intellij?

RoberMP

In OSX, I have configured an Intellij 15 run/debug task as in this question:

How to debug angular protractor tests in WebStorm

It runs ok but debug doesn't work. It throws:

/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

Any idea?

Thanks in advance.

RoberMP

Got it! Just add --harmony parameter to "Node parameters" in the Run/Debug Configuration window.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to debug protractor in VS CODE?

How to debug angular protractor tests in WebStorm

how to debug a web service in IntelliJ?

How to debug Rust in Intellij idea?

How to debug component/typescript code when running Protractor

How can I run a single protractor test in IntelliJ?

How to debug a JDK docker container in intellij idea?

How skip line in Intellij idea debug?

How to debug an application running in Docker with IntelliJ?

How do I debug a python container in intellij?

How to debug a multi-threaded app in IntelliJ?

IntelliJ: How to disable condition hint during debug

Why/How is IntelliJ causing debug output in Netbeans?

How to debug chrome extension with Intellij IDE?

IntelliJ "Debug info unavailable" - how to fix?

IntelliJ Karma plugin: how to suppress debug output?

how to correctly remote-debug a pod with intellij?

How to send input in the debug mode of IDEA IntelliJ?

How to debug a maven goal with intellij idea?

How to debug a Clojure web application in Intellij?

How to debug Node app in IntelliJ with AWS profile

How can I create a configuration entry to start server and debug Protractor tests in Visual Studio Code?

How to debug a project in Intellij while setting the breakpoints in another project

How do I breakpoint/debug a Scala project in IntelliJ?

How to restore default layout for intellij Run/Debug window/tabs?

(Go) How can I use GDB debug on IntelliJ IDEA?

How to debug Kotlin applications running in Kubernetes pods in IntelliJ?

How to debug spring-boot application with IntelliJ IDEA community Edition?

How to debug spring-boot application with IntelliJ IDEA community Edition?