davidjgonzalez commented on issue #74:
URL: 
https://github.com/apache/openwhisk-wskdebug/issues/74#issuecomment-689089377


   so would a 1.48.x compat launch.json look like:
   
   ```
   {
       "type": "pwa-node",
       "request": "launch",
       "name": "wskdebug",
       "attachSimplePort": 0,
       "runtimeExecutable": "wskdebug",
       "args": [
           "foo-0.0.1/__secured_worker",  
           "${workspaceFolder}/actions/worker/index.js",  
           "-l",
           "--ngrok"
       ],
       "localRoot": "${workspaceFolder}",
       "remoteRoot": "/code",
       "outputCapture": "std",
       "timeout": 30000
   }
   ```
   
   Im not sure where the your example snippet in #74 (comment) "ends" and the 
"normal" config resumes for it to work properly.


----------------------------------------------------------------
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]


Reply via email to