We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ceec72 commit 6ae731fCopy full SHA for 6ae731f
dwds/CHANGELOG.md
@@ -4,6 +4,8 @@
4
- Respect the value of `pause_isolates_on_start` during page-refreshes. - [#2431](https://github.com/dart-lang/webdev/pull/2431)
5
- Fix issue where DAP clients wouldn't resume after a restart. - [#2441](https://github.com/dart-lang/webdev/pull/2441)
6
- Add implementation for the VM Service's `getFlagList` API. - [#2438](https://github.com/dart-lang/webdev/pull/2438)
7
+- Hide more variables from the local scope when debugging. These variables were synthetically added by the compiler to
8
+ support late local variables and don't appear in the original source code. - [#2445](https://github.com/dart-lang/webdev/pull/2445)
9
10
## 24.0.0
11
0 commit comments