-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
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
Labels
No labels