Skip to content

Commit 3fbe522

Browse files
authored
Embed Dart DevTools in Chrome DevTools (#1502)
1 parent 8f81943 commit 3fbe522

23 files changed

+4831
-4193
lines changed

dwds/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 12.1.1-dev
2+
- Change wording of paused overlay from "Paused in Dart DevTools" to "Paused"
3+
- Allow sending back the Dart DevTools URL from DWDS instead of launching
4+
Dart DevTools, to support embedding Dart DevTools in Chrome DevTools.
5+
16
## 12.1.0
27
- Update _fe_analyzer_shared to version ^34.0.0.
38

dwds/debug_extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.25
2+
3+
- Embed Dart DevTools in Chrome DevTools.
4+
15
## 1.24
26

37
- Detect Dart applications in multi-app environments and show an alert.

dwds/debug_extension/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
pub run build_runner build web -o build -r
77
```
88

9+
TODO(elliette): Building with DDC no longer works, figure out why.
10+
See https://github.com/dart-lang/webdev/issues/1506
911
- With DDC:
1012

1113
```
@@ -32,7 +34,7 @@ pub run build_runner build web -o build
3234
* Visit chrome://extensions
3335
* Toggle "Developer mode" on
3436
* Click the "Load unpacked" button
35-
* Select the extension directory: `/dwds/debug_extension/build/web`
37+
* Select the extension directory: `/dwds/debug_extension/web`
3638

3739
### Debug your local extension
3840
* Click the Extensions puzzle piece, and pin the Dart Debug Extension with the dev icon (unpin the published version so you don't confuse them)

dwds/debug_extension/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: extension
22
publish_to: none
3-
version: 1.24.0
3+
version: 1.25.0
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/webdev
66
description: >-

0 commit comments

Comments
 (0)