Skip to content

Latest commit

 

History

History

vscode-debugger

VS Code Debugger

Use our VS Code plugin to debug a running or completed Workflow Execution. See this blog post for a walkthrough:

temporal.io/blog/temporal-for-vs-code

Running this sample

  1. temporal server start-dev to start Temporal Server.
  2. npm install to install dependencies.
  3. npm run start.watch to start the Worker.
  4. In another shell, npm run workflow to start the Workflow.