Skip to content

Multi-Debug Session Support #586

@inclyc

Description

@inclyc

Problem Statement

In VSCode, multiple debug sesssions can be launched at the same time. The benefit of this is to debug some languages that have FFI, such as C extensions for Python.

Ideas or possible solutions

The current code seems to be written for a single debugger, we can assign a session number to each DAP, and then pass parameters in the debugger action (step over/into etc.) to determine which debug session to use. If there is currently only one DAP, just keep the legacy behaviour

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions