temporalio / vscode-debugger-extension

Visual Studio Code debugger plugin
https://marketplace.visualstudio.com/items?itemName=temporal-technologies.temporalio
MIT License
19 stars 7 forks source link

Clarify README #60

Closed lorensr closed 9 months ago

lorensr commented 10 months ago

User was confused about not being able to set breakpoints in Activity code.

ashish-zoop commented 10 months ago

Thanks, so as I get it Workflow are isolated units of execution from outside - hence this replayWorker does the job of using event history and running workflow agains it

Further, in order to step into the actual activites a separate worker - normal one - can be used - but that also means you need to run a new execution of workflow - separate from the one being run in replayWorker