pulumi/docs/debugging/engine.md

8 lines
257 B
Markdown

# Engine
Debugging the pulumi engine is generally as simple as just launching the pulumi
executable in your debugger of choice.
This is usually Delve, probably launched via your editor. See the
documentation for your editor of choice for how to do this.