fix an issue in the invoker that resulted in a "result" field being interspersed into the result
1 file changed
tree: 4483daa32e652f9b116210504a63e48486c30f73
  1. invoker/
  2. nodejs/
  3. src/
  4. .gitignore
  5. build.sbt
  6. README.md
README.md

OpenWhisk Debugger

This project currently supports debugging NodeJS actions on your laptop.

Usage

First, start a debug client:

wskdb

Then, every time you want to debug an action, invoke it via the wrapper script:

% wskinvoke.sh myaction -p param1Name param1Value -p param2Name param2Value

i.e. invoke an action as you would normally, except making sure to use the invoke wrapper script provided in this repo.