We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debugger client connection times out
Debugger client can successfully attach to injected debugpy server
setsid python ....
The text was updated successfully, but these errors were encountered:
Fix microsoft#1081: no need to call os.setsid() on session leader whe…
51c2e81
…n attaching If os.setsid() raises exception then the debugger client won't be able to attach to the remote process
46efd10
No branches or pull requests
Environment data
Actual behavior
Debugger client connection times out
Expected behavior
Debugger client can successfully attach to injected debugpy server
Steps to reproduce:
setsid python ....
The text was updated successfully, but these errors were encountered: