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
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,27 +36,12 @@ Whether you're debugging a complex workflow that's failing in production or just
36
36
37
37
## Usage
38
38
39
-
You can run the debugger in two modes:
40
-
41
-
### **Standalone Mode**
42
-
Run the debugger with your workflow code and connect your IDE to it. This approach is lower-level and not recommended for end users. To install the debugger, download it from the [GitHub Release Page](https://github.com/phuongdnguyen/temporal-workflow-debugger/releases).
43
-
44
-
### **IDE Integrated Mode** (Recommended)
45
-
Currently available for Go users on GoLand: install the plugin and debug your workflow via a debugging UI. This approach provides a more complete debugging experience and is the recommended approach.
46
-
47
39
### **Installation Options**
48
40
49
41
**IDE Plugins:**
42
+
Jetbrains (preview, Go support only): https://plugins.jetbrains.com/plugin/28127-temporal-workflow-debugger
`Configured temporal.replayerEndpoint (${replayerEntrypoint}) not found (multiple workspace folders found, consider using an absolute path to disambiguate)`,
545
+
`Configured temporal.replayerEndpoint (${typeScriptReplayerEntrypoint}) not found (multiple workspace folders found, consider using an absolute path to disambiguate)`,
556
546
)
557
547
}
558
-
thrownewError(`Configured temporal.replayerEndpoint (${replayerEntrypoint}) not found`)
548
+
thrownewError(`Configured temporal.replayerEndpoint (${typeScriptReplayerEntrypoint}) not found`)
0 commit comments