Skip to content

Debugger wheels telemetry event should come from the in-proc part of the debugger #8107

Description

Currently the telemetry for the debugger wheels experiment assumes that wheels will always be loaded. The debugger has three potential states, No-binaries (PYDEVD_USE_CYTHON= NO), no frame eval (PYDEVD_USE_FRAME_EVAL=NO, PYDEVD_USE_CYTHON=YES), frame eval (PYDEVD_USE_FRAME_EVAL=YES, PYDEVD_USE_CYTHON=YES)

To be accurate here, there should be one event from the extension indicating we are in the wheels experiment and a telemetry event should come from the in-proc part of the debugger that validates that the wheels were indeed loaded.
Related: microsoft/ptvsd#1859

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-debuggingbugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions