Anyone can point me in the right direction as to h...
# general
r
Anyone can point me in the right direction as to how to debug a nodejs app called by pulumi in VS Code? 🤔
w
It's currently not possible to attach a debugger (see https://github.com/pulumi/pulumi/issues/1372) but you can do
console.log
or
output.apply(console.log)
to do printf-style debugging in the meantime.
👍 1
😥 1