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
Copy file name to clipboardExpand all lines: src/dap/api.d.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ export namespace Dap {
90
90
output(params: OutputEventParams): void;
91
91
92
92
/**
93
-
* The event indicates that some information about a breakpoint has changed.
93
+
* The event indicates that some information about a breakpoint has changed. While debug adapters may notify the clients of `changed` breakpoints using this event, clients should continue to use the breakpoint's original properties when updating a source's breakpoints in the `breakpoint` request.
94
94
*/
95
95
breakpoint(params: BreakpointEventParams): void;
96
96
@@ -1300,7 +1300,7 @@ export namespace Dap {
1300
1300
): Promise<OutputEventParams>;
1301
1301
1302
1302
/**
1303
-
* The event indicates that some information about a breakpoint has changed.
1303
+
* The event indicates that some information about a breakpoint has changed. While debug adapters may notify the clients of `changed` breakpoints using this event, clients should continue to use the breakpoint's original properties when updating a source's breakpoints in the `breakpoint` request.
0 commit comments