-
Notifications
You must be signed in to change notification settings - Fork 344
Extract evalService from debuggerController that serves console. #4992
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
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
400c40a
-
polina-c 61bd1a2
-
polina-c 1247f0b
-
polina-c b41aa0a
-
polina-c 309db19
Update expandable_variable.dart
polina-c e2f387c
-
polina-c 3fc9bed
-
polina-c 15e9aee
-
polina-c ae40b63
-
polina-c 158c633
-
polina-c 103d4d0
-
polina-c 6d36473
-
polina-c ee83265
-
polina-c 92bfafa
-
polina-c c4a9cd0
-
polina-c 72f84fc
-
polina-c 2b33256
-
polina-c 46ea97a
Update console.dart
polina-c e16dbbb
Update console.dart
polina-c 9cbdb0f
-
polina-c 4a9f2b8
-
polina-c 6e0a4a5
-
polina-c 9253c67
-
polina-c 398e6ca
Update eval_service.dart
polina-c a259c16
-
polina-c 65a25b6
-
polina-c 85cd166
Update debugger_evaluation_test.dart
polina-c c1ca478
-
polina-c c09536b
-
polina-c 86dd969
-
polina-c 593d027
-
polina-c 3f2e729
-
polina-c 27eb226
Update generated_mocks_factories.dart
polina-c a1048fe
-
polina-c c431c23
Merge branch 'master' of github.com:flutter/devtools into console2-ev…
polina-c 6d3e9d8
Update eval_service.dart
polina-c 277c29a
-
polina-c f815d9b
-
polina-c 0b41ed1
Update generated_mocks_factories.dart
polina-c 7bc6cb4
Update debugger_controller.dart
polina-c a577748
Update debugger_controller.dart
polina-c 7175896
-
polina-c File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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 case is tricky as you wouldn't want any injected variables from the console to show up when evaluating while hovering over source code. Maybe this case should take an extra named parameter like
includeConsoleVariables: false
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.
Discussed and agreed
evalAtCurrentFrame
will never be invoked for global scope.