Skip to content

Python debugger extension support #517

@karthiknadig

Description

@karthiknadig

Currently we have two asks that can be potentially done as extensions:

  1. Custom variable filtering. (ask from DS team): For these kinds of features, @int19h suggested providing hooks into the dap messaging itself, in before, after style.

  2. Custom formatting for variables. (ask from DS team)

How we do debugger extensions is also open for discussion.

  1. We could, use entrypoint feature in setuptools for this.
  2. Providing a dir to pickup extensions from.

The idea is to eventually allow supporting new frameworks entirely via extensions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions