temporalio / temporalio/samples-typescript
[Feature Request] Add activity debugger sample
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 465
- Forks
- 148
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 11
Description
Is your feature request related to a problem? Please describe.
Couple users have asked how to do activity debugging.
Describe the solution you'd like
Sample with a launch.json and a README that tells you what steps to do.
https://code.visualstudio.com/docs/editor/debugging
with something like:
"program": "${workspaceFolder}/lib/worker.js"
but make sure it works with breakpoints in TS file
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the VS Code debugging documentation linked in the issue and inspect the sample's worker entry point represented by lib/worker.js. Add a launch.json and README documenting the debugging steps, then verify that breakpoints work in the TypeScript file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, documentation, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100