Commit c8b1cfa
authored
[dwds] Split hot reload callback into 2, disable breakpoints in changed files, and publish 24.3.10 (#2606)
dart-lang/sdk#60186
Breakpoints are currently broken when doing a hot reload when files change. 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.
Note that this likely won't change any behavior. New JS files already don't have breakpoints, so this PR should be mostly about cleaning up bookkeeping.1 parent 8d8413f commit c8b1cfa
File tree
12 files changed
+503
-219
lines changed- dwds
- lib/src
- injected
- loaders
- services
- web
- reloader
12 files changed
+503
-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