`System.Diagnostics.Debug.WriteLine` doesn't work....
# getting-started
s
System.Diagnostics.Debug.WriteLine
doesn't work. How do you debug the programme?
p
I haven't tried this myself, but it looks like you can attach to the process and use breakpoints: https://samcogan.com/debugging-pulumi-code-in-visual-studio/