Commit 817bacf
committed
[dwds] Split hot reload callback into 2, disable breakpoints in changed files, and publish 24.3.10
dart-lang/sdk#60186
Breakpoints are currently broken when doing a hot reload. They either
are not re-mapped or point to the wrong location. For now, we should
disable them in the changed libraries. In order to do this, we split
the hot reload implementation into 2 in order to get the list of changed
libraries. The call to hot reload will later use the cached list to
call out to the embedder.1 parent 697f2f7 commit 817bacf
File tree
11 files changed
+501
-219
lines changed- dwds
- lib/src
- injected
- services
- web
- reloader
11 files changed
+501
-219
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
0 commit comments