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

[Draft] Enable pydevd to be used in DAP mode directly. WIP: #532 #1050

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

fabioz
Copy link
Collaborator

@fabioz fabioz commented Sep 9, 2022

This is still not complete (missing support for using a debugpyAttach to connect to subprocesses directly), but this PR can already be used as:

import debugpy
debugpy.listen(5679, in_process_debug_adapter=True)
debugpy.wait_for_client()

@fabioz fabioz changed the title Enable pydevd to be used in DAP mode directly. WIP: #532 [Draft] Enable pydevd to be used in DAP mode directly. WIP: #532 Sep 10, 2022
@fabioz fabioz force-pushed the no_adapter_subprocess_532 branch from 4e47f25 to 0892603 Compare September 29, 2022 17:41
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@fabioz fabioz merged commit 30a96bf into microsoft:main Sep 29, 2022
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.

2 participants