pulumi/sdk/python/cmd/pulumi-language-python
Thomas Gummerer f14f74b23b
add debugging support to Python language host (#17179)
Add debugging support for the Python language. The scaffolding for this
was put in place previously in #17072 and then #17087.

To do this we start the program under debugpy, and then wait for the
debugger to get ready before informing the engine that it needs to
inform the user that a debugger should be attached.

Fixes https://github.com/pulumi/pulumi/issues/17172

---------

Co-authored-by: Julien <julien@caffeine.lu>
2024-09-09 08:48:47 +00:00
..
testdata Add an `organization` intrinsic to PCL (#16948) 2024-08-19 03:58:19 +00:00
go.mod add debugging support to Python language host (#17179) 2024-09-09 08:48:47 +00:00
go.sum add debugging support to Python language host (#17179) 2024-09-09 08:48:47 +00:00
language_test.go Fix race in language conformance tests Log method (#16227) 2024-05-19 17:41:42 +00:00
main.go add debugging support to Python language host (#17179) 2024-09-09 08:48:47 +00:00
main_test.go Exclude `pulumi_policy` from plugin determination (#16727) 2024-07-22 13:56:44 +00:00