Skip to content

Support a fall-back if no match on shipped ptvsd wheels. #7199

@ericsnowcurrently

Description

@ericsnowcurrently

The plan is to use the matching shipped ptvsd wheel when debugging in the extension. However, the outcome is unclear when the extension is not able to find a matching wheel.

Here are the options I could think of to resolve the situation:

  1. pip-install ptvsd (based on our requirements.txt or the user's)
  2. use a source-only ptvsd (.zip or .tar.gz "sdist")
  3. use the ptvsd already installed for the active interpreter

@kimadeline

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions