BlogsTemporalVS Code Debugger Extension

VS Code Debugger Extension

VS Code Debugger Extension

1
posts
2023

The VS Code extension provides an improved debugging experience for TypeScript workflows by enabling replay debugging. Users can load Event Histories, set breakpoints on events, and interact with the workflow execution directly within VS Code. This enhances the ability to debug workflows locally and in production by replaying historical executions.

2023

Temporal for VS Code

5/25/2023

Introduces the first version of the Temporal VS Code extension, which enhances the debugging experience for TypeScript workflows. It allows users to load workflow event histories, start replay debugging sessions, and set breakpoints on specific events or code lines. The post details installation, usage, and configuration options for connecting to different Temporal Servers and specifying the replayer entrypoint.