apache / openwhisk-vscode

[DEPRECATED] - Visual Studio Code extension (prototype) for authoring OpenWhisk actions inside the editor.
Apache License 2.0
19 stars 4 forks source link

Call debugger in a single command, instead of injecting commands into stdin #17

Closed triceam closed 5 years ago

triceam commented 7 years ago

Right now the app is injecting instructions into the wskdb REPL using stdin. Would be better if it were a single, atomic, system call.

Dependency: https://github.com/openwhisk/openwhisk-debugger/issues/20

dgrove-oss commented 5 years ago

Closing as project is being archived.