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

Unexpected error pops up in the console when remote debugging. #8110

Closed
linette-zyy opened this issue Dec 11, 2024 · 2 comments
Closed

Unexpected error pops up in the console when remote debugging. #8110

linette-zyy opened this issue Dec 11, 2024 · 2 comments
Assignees

Comments

@linette-zyy
Copy link

Environment
Image

Steps to Reproduce
1.Launch VS and create new python application.
2.Download debugpy package.
3.Typing code in python file.

import debugpy
print(debugpy.__version__)
debugpy.listen(("localhost", 5678))
debugpy.wait_for_client()
print('hello')

4.Run this with CTRL+F5

Expected behavior
The console has no errors.

Actual result
Unexpected error pops up in the console when run this with CTRL+F5.
Image

@StellaHuang95
Copy link
Contributor

@linette-zyy does this still repro? I can't seem to repro it.

@linette-zyy
Copy link
Author

I verify this issue on the latest build
Image
And found this issue is not repro.
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants