mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Persisted data breakpoints are not registered when starting a new debug session
fixes #83743
This commit is contained in:
@@ -1287,6 +1287,7 @@ export interface IDataBreakpointDto extends IBreakpointDto {
|
||||
dataId: string;
|
||||
canPersist: boolean;
|
||||
label: string;
|
||||
accessTypes?: DebugProtocol.DataBreakpointAccessType[];
|
||||
}
|
||||
|
||||
export interface ISourceBreakpointDto extends IBreakpointDto {
|
||||
|
||||
Reference in New Issue
Block a user