continued work on the rewriter, plus some bug fixes in process exit and error handling
3 files changed
tree: 45eefdca198ea3102a793f8e6cefb03fd226f599
  1. broker/
  2. client/
  3. invoker/
  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.