I'm working on Pulumi and Go in vscode. What is t...
# getting-started
f
I'm working on Pulumi and Go in vscode. What is the best way to get a debugger running?
s
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/