-
Notifications
You must be signed in to change notification settings - Fork 83
Add option to launch DevTools in the same Chrome window #1481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to launch DevTools in the same Chrome window #1481
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change so we need to update the version and changelog - left comments inside.
FYI - the test failure could be caused by the bad DDS update that we encountered last week. It should be fixed now, so rerunning the tests might help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more thing...
dwds/CHANGELOG.md
Outdated
@@ -11,6 +11,7 @@ | |||
- Remove dead code for reading `'dart.developer.registerExtension'` and | |||
`'dart.developer.postEvent'` events from the chrome console. These messages | |||
haven't been written to the console since dwds v11.1.0 and Dart SDK v2.14.0. | |||
- Add an option to launch Dart DevTools in the same window as the connected Dart app. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it is a breaking change, could you please move it to the section below and describe it as an additional parameter to dwds.start?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved it to the section below and updated the comment!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
A few customers requested the ability to launch Dart DevTools in the same Chrome window as their Dart application. Currently we only launch Dart DevTools from a different Chrome window, this adds the ability to launch it from the same window.