Open
Description
We unfortunately clear all existing breakpoints in the PowerShell session on the initialization of the debug server, essentially overwriting them with the breakpoints set in the UI:
and in the attach handler:
Instead, we should find a way to properly synchronize the breakpoints. As they're set in the console, we should update the DAP, and vice versa.
Metadata
Metadata
Assignees
Type
Projects
Status
In Progress