temporalio / temporalio/samples-typescript

[Feature Request] Add activity debugger sample

Open
#319 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.