pulumi/sdk/nodejs/cmd
Thomas Gummerer bbb4eb0d3d
add debugging support to Nodejs language host (#17156)
Add debugging support for the Go language. The scaffolding for this was
put in place previously in #17072 and then #17087.

To start the debugging, we're passing the `--inspect-brk` option to
node, which enables debug mode, and pauses the program until the
debugger is attached.

Again writing tests for this seems a bit tricky, since we need to attach
to a process (unless someone knows the trick on how to do that?)

Fixes #17171

Co-authored-by: Eron Wright <eron@pulumi.com>
2024-09-06 14:56:22 +00:00
..
dynamic-provider Upgrade to grpc-js 1.10.1 and remove calls to deprecated server.start (#15500) 2024-02-23 11:32:40 +00:00
pulumi-language-nodejs add debugging support to Nodejs language host (#17156) 2024-09-06 14:56:22 +00:00
run Only look for main in package.json if no entyrpoint was set via Pulumi.yaml (#16363) 2024-06-11 11:36:34 +00:00
run-policy-pack Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00