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
Environment
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.
The text was updated successfully, but these errors were encountered:
@linette-zyy does this still repro? I can't seem to repro it.
Sorry, something went wrong.
I verify this issue on the latest build And found this issue is not repro.
KacieKK
No branches or pull requests
Environment
Steps to Reproduce
1.Launch VS and create new python application.
2.Download debugpy package.
3.Typing code in python file.
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.
The text was updated successfully, but these errors were encountered: