Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Ensure port is set on enable_attach #1537

Merged
merged 3 commits into from
Jun 24, 2019

Conversation

karthiknadig
Copy link
Member

Users should be able to call enable attach with port 0 and have a way to get the port address.

> import ptvsd
> ptvsd.enable_attach(('localhost', 0))
('loclahost', 58940)

@karthiknadig karthiknadig requested a review from int19h June 24, 2019 20:23
@karthiknadig karthiknadig merged commit 1b5f6ef into microsoft:master Jun 24, 2019
@karthiknadig karthiknadig deleted the ensureport branch July 1, 2019 17:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants