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
temporal server start-dev
to start Temporal Server.npm install
to install dependencies.npm run start.watch
to start the Worker.- In another shell,
npm run workflow
to start the Workflow.