Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attach to Python applications using "remote" attach #314

Open
philliphoff opened this issue Dec 7, 2023 · 1 comment
Open

Attach to Python applications using "remote" attach #314

philliphoff opened this issue Dec 7, 2023 · 1 comment
Labels
enhancement Update to existing feature investigate Issues that require investigation

Comments

@philliphoff
Copy link
Member

"Remote" attach appears to work (rather than attach by process ID attempted now), but requires the application be explicitly started with remote debugging enabled, and on explicit ports (that would need to be inferred from the run file). The extension should switch to this new method, perhaps scaffolding the run files to start in that mode (or to generate just-in-time run files which automate the mode).

Here is a note to a conversation on the Dapr Discord server re: Python debugging.

@philliphoff philliphoff added enhancement Update to existing feature investigate Issues that require investigation labels Dec 7, 2023
@philliphoff
Copy link
Member Author

Likely impacts #301.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Update to existing feature investigate Issues that require investigation
Projects
None yet
Development

No branches or pull requests

1 participant