Hi Folks
there any way to run a python pulumi code as a python code to use debug line by line ... when i try run it i get a "pulumi.errors.RunError: Program run without the Pulumi engine available; re-run using the
pulumi
CLI"
g
great-sunset-355
12/21/2021, 2:24 PM
It's possible but very awkward and complicated.
The only way to hook into the running code is connect your debugger to the python process that is started by pulumi runtime.
IIUTC This is common in .NET and Visual studio does it but not in python.