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

An error pops up after clicking 'Find' when attach to python remote. #7724

Open
linette-zyy opened this issue Sep 19, 2023 · 2 comments
Open
Labels
needs investigation Could be an issue - needs investigation

Comments

@linette-zyy
Copy link

linette-zyy commented Sep 19, 2023

Environment
image

Steps to Reproduce

  1. Launch VS and create new python application
  2. Typing code in python file
	import debugpy
	print(debugpy.__version__)
	debugpy.listen(("localhost", 5678))
	debugpy.wait_for_client()
	print('hello')

3 Run this with CTRL+F5 then attach to tcp://localhost:5678 and it stops at the breakpoint

Expected behavior
It run without any error and stop at the breakpoint.

Actual results
An error pops up.
image
remote_find_button

This is a new interface.

@linette-zyy linette-zyy changed the title An error pops up when attach to python remote. An error pops up after clicking 'Find' when attach to python remote. Sep 19, 2023
@judej judej added needs investigation Could be an issue - needs investigation and removed needs triage labels Sep 19, 2023
@judej
Copy link
Contributor

judej commented Jan 5, 2024

@linette-zyy, do you know if this worked on previous versions?

@linette-zyy
Copy link
Author

@judej
Generally, we do not click the “Find” if follow the test case. This issue was discovered when we do ad-hoc testing. Since we don't always do ad-hoc testing, so we don't sure if this issue worked on previous versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation Could be an issue - needs investigation
Projects
None yet
Development

No branches or pull requests

3 participants