Hi! We're writing a native provider in Go. My team...
# general
n
Hi! We're writing a native provider in Go. My team mate has a problem, how do you hook a debugger to the provider's executable?
As Pulumi is running the Plugin, how can we control the flow?
We found, it's possible to lauch the provider standalone and hook to it after telling Pulumi to use the running instance.
Would be great to have that documented somewhere.
b
could you open an issue in github.com/pulumi/docs and also document briefly how you solved this. I’ll get it added to the docs
n
Sure
I'll do it by the end of the week.