Hi everyone! We have published some previously int...
# contribute
m
Hi everyone! We have published some previously internal docs on how to debug a Pulumi provider. This might help contributors understand what the provider is doing and what might need to be changed.
b
@melodic-tomato-39005 great news! Will this work for wrapped providers using the TF Bridge as well?
Oh and perhaps cross-post to #package-authoring 🙂
m
Good idea, thanks! Yes, this will work for bridged providers. But out of the box, only breakpoints in the actual provider will work. You can either set them there and then step into tf-bridge, or add a local copy of the tf-bridge into your Go workspace to set breakpoints there.