Skip to content

Commit 357bc3f

Browse files
committed
reference demo video
1 parent eba1a91 commit 357bc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Typescript Replayer](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs.svg)](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs)
77

88
## Introduction
9+
TLDR: watch the [demo](https://www.youtube.com/watch?v=8XKKz0iotow&t=50s).
910

1011
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.
1112

@@ -17,7 +18,6 @@ This debugger solves these challenges by leveraging the **workflow replayer** -
1718

1819
## Key Features
1920

20-
###
2121
- **Multi-language Support**: Works with Go, TypeScript/Node.js, and Python via adapters
2222
- **VS Code Extension**: Open a panel, load history, set event breakpoints, and replay with your adapter
2323
- **History Event-based Breakpoints**: Set breakpoints on specific workflow history events

0 commit comments

Comments
 (0)