temporalio / temporal

Temporal service
https://docs.temporal.io
MIT License
11.27k stars 810 forks source link

Ability to attach a local debugger to Local Temporal Worker #6329

Open abhishek-parative opened 1 month ago

abhishek-parative commented 1 month ago

Is your feature request related to a problem? Please describe. When testing a Temporal Worker locally, I would like the ability to expose a port and attach a debugger (either in a JetBrains product or VSCode) that allows me to trace each step the Worker takes. The debugging functionality provided by the Temporal Web UI is not sufficient in the slightest to trace where/why the application bugged out.

abhishek-parative commented 1 month ago

If this functionality exists, please send me the documentation and I can close out this feature request. I spent many hours combing through the Temporal documentation and could not find the functionality.