mirror of https://github.com/pulumi/pulumi.git
bbb4eb0d3d
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> |
||
---|---|---|
.. | ||
testdata | ||
go.mod | ||
go.sum | ||
language_test.go | ||
main.go | ||
main_test.go | ||
proxy.go | ||
proxy_unix.go | ||
proxy_windows.go |