Hi folks - what’s the recommended approach for deb...
# dotnet
p
Hi folks - what’s the recommended approach for debugging a .NET based Pulumi program? I assume there is some way to attach the VS debugger? Can I configure VS to start my program through Pulumi instead of starting it directly as an .exe, and if so, can anyone tell me the steps for doing so?
t
You would need to attach to your program while still initiating it from the pulumi CLI, see https://github.com/pulumi/pulumi/issues/1372#issuecomment-588546321
p
Thanks @tall-librarian-49374 - will have a look.