An error pops up after clicking 'Find' when attach to python remote.
Open
Nobody has claimed this yet.
needs investigation
- Dominant language
- C#
- Stars
- 2.6k
- Forks
- 680
- Avg merge
- 39m
- Merged PRs (30d)
- 1
Description
Environment
Steps to Reproduce
- Launch VS and create new python application
- 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.
This is a new interface.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in Visual Studio using the provided Python debugpy script, CTRL+F5, and the tcp://localhost:5678 attach flow. Start with the new remote-attach interface and its Find action; done means the error no longer appears and execution stops at the breakpoint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100