PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

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

Open linette-zyy opened this issue 1 year ago • 2 comments

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 avatar Sep 19 '23 06:09 linette-zyy

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

judej avatar Jan 05 '24 01:01 judej

@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.

linette-zyy avatar Jan 05 '24 02:01 linette-zyy