-
Notifications
You must be signed in to change notification settings - Fork 345
Support connecting debug mode DevTools app to DevTools server #8621
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bkonyi
reviewed
Dec 11, 2024
elliette
reviewed
Dec 12, 2024
packages/devtools_app/lib/src/shared/preferences/preferences.dart
Outdated
Show resolved
Hide resolved
elliette
approved these changes
Dec 12, 2024
Landed this with the |
auto-submit bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Follow up to #8621. Polish for #6486. The following will be output to the command line after running this command: ``` ------------------------------------------------------------------- The DevTools web app should have just launched on Chrome. - VM Service URI: http://127.0.0.1:59187/tYhmSvLxKc0= - DevTools URI for debugging the DevTools web app: http://127.0.0.1:59195?uri=http://127.0.0.1:59187/tYhmSvLxKc0= The DevTools server is running at: http://127.0.0.1:58976. - VM Service URI: http://127.0.0.1:58965/mZtiUBxNoBY=/ - DevTools URI for debugging the DevTools server: http://127.0.0.1:58965/mZtiUBxNoBY=/devtools/?uri=ws://127.0.0.1:58965/mZtiUBxNoBY=/ws ------------------------------------------------------------------- ```
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this pull request
Dec 13, 2024
…s server. Requires flutter/devtools#8621. Bug: flutter/devtools#6486 Change-Id: I57b6a6d1551831d89cc7d007376291e8cffd920e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366421 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Elliott Brooks <elliottbrooks@google.com>
mossmana
pushed a commit
to mossmana/devtools
that referenced
this pull request
Dec 17, 2024
mossmana
pushed a commit
to mossmana/devtools
that referenced
this pull request
Dec 17, 2024
Follow up to flutter#8621. Polish for flutter#6486. The following will be output to the command line after running this command: ``` ------------------------------------------------------------------- The DevTools web app should have just launched on Chrome. - VM Service URI: http://127.0.0.1:59187/tYhmSvLxKc0= - DevTools URI for debugging the DevTools web app: http://127.0.0.1:59195?uri=http://127.0.0.1:59187/tYhmSvLxKc0= The DevTools server is running at: http://127.0.0.1:58976. - VM Service URI: http://127.0.0.1:58965/mZtiUBxNoBY=/ - DevTools URI for debugging the DevTools server: http://127.0.0.1:58965/mZtiUBxNoBY=/devtools/?uri=ws://127.0.0.1:58965/mZtiUBxNoBY=/ws ------------------------------------------------------------------- ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #6486. Requires https://dart-review.googlesource.com/c/sdk/+/366421.