You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR: watch the [demo](https://www.youtube.com/watch?v=8XKKz0iotow&t=50s).
12
11
13
12
A comprehensive debugging solution that enables step-through debugging of [Temporal](https://github.com/temporalio/temporal) workflows. Unlike traditional debuggers that aren't aware of Temporal's execution model, this debugger provides a seamless development experience by allowing you to set breakpoints, inspect variables, and trace execution flow within your workflow code.
14
13
@@ -20,7 +19,7 @@ This debugger solves these challenges by leveraging the **workflow replayer** -
20
19
21
20
## Key Features
22
21
23
-
-**Multi-language Support**: Works with Go, TypeScript/Node.js, and Python via adapters
22
+
-**Multi-language Support**: Works with Go, TypeScript/Node.js, and Python
24
23
-**VS Code Extension**: Open a panel, load history, set event breakpoints, and replay with your adapter
25
24
-**History Event-based Breakpoints**: Set breakpoints on specific workflow history events
26
25
@@ -52,18 +51,6 @@ This debugger solves these challenges by leveraging the **workflow replayer** -
52
51
tdlv --lang=go --install
53
52
```
54
53
55
-
### IDE Plugins
56
-
57
-
**VS Code** :
58
-
<ahref="https://marketplace.visualstudio.com/items?itemName=phuongdnguyen.temporal-workflow-replay-debugger"><imgsrc="https://img.shields.io/badge/Install%20from%20VS%20Code%20Marketplace-007ACC?logo=visual-studio-code&logoColor=white"alt="Install from VS Code Marketplace"></a>
59
-
60
-
### Replayers
61
-
62
-
**Use language-specific replayers to debug your workflows:**
0 commit comments