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

[Feature Request] Go language support #52

Open demetrius-tino opened 10 months ago

demetrius-tino commented 10 months ago

Please, add support for debugging workflows in other languages, specially Go.

mohd-saaduddin-ansari commented 6 months ago

Hi Team - any ETA on when golang support will come in ?

lorensr commented 6 months ago

Temporal supports debugging workflows. You can use your language's normal debugger to debug workflows—either live as they're running locally, or a past workflow in a replay worker.

This extension only makes it more convenient to do the latter, and allows breaking on an event instead of a line of code. I don't believe Temporal PMs have prioritized adding other languages to this extension yet, but you can upvote this issue to show your support. PRs are also welcome.