alexkli commented on issue #74: URL: https://github.com/apache/openwhisk-wskdebug/issues/74#issuecomment-659698871
### Possible fix with new vs code debugger nightly 1. [install nightly of debugger plugin](https://github.com/microsoft/vscode-js-debug#nightly-extension) (after July 16 evening PST) 2. in launch config have this: ```diff { "type": "pwa-node", // if only "node", VS Code will complain "request": "launch", "name": "My launch", + "attachSimplePort": 9229, ``` Problem: requires to hardcode the port number. See https://github.com/microsoft/vscode-js-debug/issues/630#issuecomment-659697206 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
