Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
r
red-lamp-97876
01/23/2019, 9:24 PM
Anyone can point me in the right direction as to how to debug a nodejs app called by pulumi in VS Code? 🤔
w
white-balloon-205
01/23/2019, 10:01 PM
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
Post