I'm working on a bug in the pulumi-language-go plu...
# contribute
t
I'm working on a bug in the pulumi-language-go plugin (built in) and I get a panic when i apply my fix, I'd like to attach delve to it and see where it is occurring exactly (there aren't so many logs i think). ANyone know how to do this?
f
t
I tried this but language plugins seem a bit different :(
f
oh oh! yes,
hm have you done
make work
t
I have not let me look into that! Thanks Robert
ah sadly im not sure this is what im looking for either, it just sets up a module so some ide's play nice I think, I need some way to print out if pulumi-language-go had an error (it seems to be swallowing...or perhaps it IS the provider...let me see)
f
hm hm hm. yeah
delve
should "Just Work". I've seen some mention of using https://github.com/ryboe/q too
t
it does work but there are timeouts and the like and it requires the pulumi engine port number as a param
thought someone might have had a nailed down strategy but ill see if i can make progress