https://pulumi.com logo
#dotnet
Title
p

powerful-football-81694

03/20/2020, 12:37 PM
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

tall-librarian-49374

03/20/2020, 12:41 PM
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

powerful-football-81694

03/20/2020, 10:05 PM
Thanks @tall-librarian-49374 - will have a look.