Skip to content

fix debugger initialization #86

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
Jan 4, 2019
Merged

Conversation

devoncarew
Copy link
Member

Fix an issue in the debugger initialization; if it wasn't the selected page on app open, it wouldn't properly recognize the app under debug.

@devoncarew
Copy link
Member Author

@jacob314 @kenzieschmoll

}
}

void _init() {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: avoid abrev

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@@ -34,18 +34,14 @@ import '../ui/primer.dart';
class DebuggerScreen extends Screen {
DebuggerScreen()
: super(name: 'Debugger', id: 'debugger', iconClass: 'octicon-bug') {
debuggerState = new DebuggerState();
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: make debuggerState final now that it can be.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@devoncarew devoncarew merged commit 08ddcf7 into flutter:master Jan 4, 2019
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.

2 participants