node.js - Cannot attach to Appium with WebStorm debugger -


i have git-cloned appium , trying debug using jetbrains webstorm.

remote debugging

i set environment remote debug node application , provided following parameters:

host: 127.0.0.1 port: 8877 

so first run appium issuing: appium --port 8877. after run debugger. problem debugger reports:

connecting localhost:8877...

in spite of appium running , executing test, debugger cannot attach it. problem here?

for remote debugging application should running parameter --debug=<port debugging> or --debug-brk=<port debugging>. see http://confluence.jetbrains.com/display/wi/running+and+debugging+node.js+application#runninganddebuggingnode.jsapplication-debuggingnode.jsappthatrunsremotely


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -