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
Post a Comment