hallowed-ghost-37140
11/10/2023, 2:32 PMDiagnostics:
pulumi:pulumi:Stack (evilapp-dev):
error: rpc error: code = Canceled desc = grpc: the client connection is closing
https://pulumi-community.slack.com/archives/C84L4E3N1/p1699444003791829
I saw in this GitHub issue you could enable the Node.js debugger on the pulumi program using NODE_OPTIONS=--inspect-brk, then attach to the debugger via Chrome DevTools.
This kind of works for pulumi preview but not at all for pulumi destroy.
Does anyone know the best approach for debugging an issue like this?