Skip to content

Conversation

@VegetarianOrc
Copy link
Contributor

What was changed

  • Add debugpy bundle import passthrough when debug mode is enabled.

Why?

debugpy is used by the Microsoft authored VSCode python debugger. Automating the passthrough eliminates one of the hurdles when connecting a debugger to workflows.

Checklist

  1. Closes [Feature Request] Confirm vscode debuggability within sandbox #213
  2. Closes [Bug] Can't debugging workflow using vscode #238

How was this tested:

A simple test was validated to confirm debug settings are set correctly by enabling the debug_mode flag and by setting the TEMPORAL_DEBUG env var.

I also manually built and installed the wheel into a fresh project to confirm that debugging in VSCode works by setting the debug_mode flags.

Any docs updates needed?

Debugging docs updates are in the works

…ugpy is used by the Microsoft authored VSCode python debugger
@VegetarianOrc VegetarianOrc requested a review from a team as a code owner December 11, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Can't debugging workflow using vscode [Feature Request] Confirm vscode debuggability within sandbox

2 participants