move client directory to the top level
9 files changed
tree: 4cb5b6c14e09b69acf8281483b09bf9f1814744f
  1. client/
  2. invoker/
  3. nodejs/
  4. .gitignore
  5. 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.