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-devto start Temporal Server.npm installto install dependencies.npm run start.watchto start the Worker.- In another shell,
npm run workflowto start the Workflow.