Skip to content

Enable gui event loop to run when a breakpoint is hit even if not using matplotlib #782

@chubei-oppen

Description

@chubei-oppen

Currently debugpy checks if matplotlib is imported and runs its event loop if possible. This functionality can be useful for other libraries with their own event loop too.

For example, a 3D rendering library can register a inputhook and render one frame when called. This makes it possible to interactivly debug 3D rendering applications(games, scientific visualizations, etc.) with debugpy, specifically, in VS Code.

Very curious to hear your opinion about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions