pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
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
..
testdata Add an `organization` intrinsic to PCL (#16948) 2024-08-19 03:58:19 +00:00
go.mod Changelog and go.mod updates for v3.131.0 (#17166) 2024-09-05 07:07:48 +00:00
go.sum Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +00:00
language_test.go Add a conformance test for invokes (#16867) 2024-08-05 04:32:07 +00:00
main.go add debugging support to Nodejs language host (#17156) 2024-09-06 14:56:22 +00:00
main_test.go Respect .node-version and .nvmrc files in `pulumi install` (#17060) 2024-08-28 09:46:54 +00:00
proxy.go Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00
proxy_unix.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
proxy_windows.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00