Skip to content

Add support for hide=debugger #2487

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 2 commits into from
Nov 4, 2020
Merged

Add support for hide=debugger #2487

merged 2 commits into from
Nov 4, 2020

Conversation

DanTup
Copy link
Contributor

@DanTup DanTup commented Nov 4, 2020

I think this was only in the HTML version before and lost in the migration to Flutter.

Fixes #2486.

@@ -111,8 +111,8 @@ the following parameters.
the query string that may influence DevTools behaviour, such as:
- `theme` - allows using the `dark` theme
- `ide` - the client (eg. `VSCode`) to be logged in analytics
- `hide` - IDs of pages to hide (eg. `debugger` when launching from an IDE
with its own debugger)
- `hide` - comma-separated list of IDs of pages to hide (eg. `debugger` when
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: update the example to have a comma separated list

@DanTup DanTup merged commit fae594b into flutter:master Nov 4, 2020
@DanTup DanTup deleted the fix-hide branch November 4, 2020 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hide=debugger no longer hides the debugger
2 participants