Hi there, i didn't find any opportunity yet to deb...
# general
l
Hi there, i didn't find any opportunity yet to debug my pulumi programm (c#). I have visual studio 2019 and also visual studio code. When i start debugging it always tell me to start it via pulumi cli.
l
Work is still in progress: https://github.com/pulumi/pulumi/issues/1372 I don't know if there's a .net equivalent, but you may be able to debug js/ts stubbed (
pulumi.runtime.setMocks()
) test runs if you wrap them in
pulumi.runtime.stack.runInPulumiStack()
. I should try that, actually...