Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Does this support breakpoints on activities that are invoked via proxyActivities #70

Closed
efreethy opened this issue Nov 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@efreethy
Copy link

I was able to set breakpoints in the workflow itself, however there are callouts to activity functions that are proxied via proxyActivities, and I cannot setup break points in those activities.

Is there a way to work around this?

Thanks

@efreethy efreethy added the bug Something isn't working label Nov 25, 2023
@lorensr
Copy link
Contributor

lorensr commented Nov 27, 2023

No, it’s just a workflow history replayer, which doesn’t actually call activities, just uses the return values in history. I just clarified this here: #60

For debugging activities, see here: temporalio/samples-typescript#319

@lorensr lorensr closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants