-
Notifications
You must be signed in to change notification settings - Fork 26
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
Attaching python debugger fails in rarely #179
Comments
Hin @cedric-fauth, thanks for your bug report, could you try in insiders using the new Python Debugger extension? Thanks |
I also get this error @paulacamargo25 and it is extremely annoying. Anything one can do about it? |
Thanks for the issue report @daniel-westerfeld , could you send me your launch.json config and the output of the |
Hey @karthiknadig, this issue might need further attention. @cedric-fauth, you can help us out by closing this issue if the problem no longer exists, or adding more information. |
The problem still exists, but I don't know what more information to provide. |
Hey @karthiknadig, this issue might need further attention. @cedric-fauth, you can help us out by closing this issue if the problem no longer exists, or adding more information. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Type: Bug
Behaviour
Expected vs. Actual
The following launch config sometimes fails but port is open and the debugee process is waiting for the debugger to attach:
Steps to reproduce:
Diagnostic data
python.languageServer
setting: PylanceOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)languageServer: "Pylance"
testing
• pytestEnabled: true
The text was updated successfully, but these errors were encountered: