You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code didn't respect the canPersist attribute of DataBreakpointInfoResponse well. When it is true, the BREAKPOINTS viewlet will keep it there after the debug session terminates. But when launching a new debug session, no setDataBreakpoints request are sent to debugger during initialization. The debugger has no chance to enable the persisted data breakpoints.