https://pulumi.com logo
#getting-started
Title
# getting-started
f

fancy-egg-38667

01/21/2022, 7:31 PM
I'm working on Pulumi and Go in vscode. What is the best way to get a debugger running?
s

sticky-exabyte-94099

01/22/2022, 11:41 AM
I don´t think (not seen it) there is a debugger but you can use the following to get more info
Copy code
pulumi up --debug -v=9 --yes --skip-preview --logflow --logtostderr > log.txt
more https://www.pulumi.com/docs/troubleshooting/
6 Views