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: pkg/dds/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
# 5.0.4
2
+
-[DAP] Breakpoints are now added/removed individually instead of all being cleared and re-added during a `setBreakpoints` request. This improves performance and can avoid breakpoints flickering between unresolved/resolved when adding new breakpoints in the same file.
3
+
1
4
# 5.0.3
2
5
-[DAP] Handle some additional errors if the VM Service is shutting down during an attempt to resume an isolate.
3
6
-[DAP] Stack frames with dots in paths will now be parsed and have locations attached to `OutputEvents`s.
0 commit comments