Skip to content
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 a flag to flutter start to configure the observatory #43

Closed
abarth opened this issue Nov 7, 2015 · 4 comments
Closed

add a flag to flutter start to configure the observatory #43

abarth opened this issue Nov 7, 2015 · 4 comments
Labels
c: new feature Nothing broken; request for a new capability tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@abarth
Copy link
Contributor

abarth commented Nov 7, 2015

From https://github.com/flutter/tools/issues/111

Two things we'd want to do:

have it start the VM with the --pause_isolates_on_start=true flag
start it up listening on a specific port
The pause isolates flag will let us set breakpoints on isolates before they start running. Otherwise we'll miss breakpoints early in the app's lifecycle.

@abarth abarth added the tool Affects the "flutter" command-line tool. See also t: labels. label Nov 7, 2015
@sethladd
Copy link
Contributor

sethladd commented Dec 8, 2015

cc @devoncarew still needed?

@devoncarew
Copy link
Member

Yeah, this will let us setup breakpoints before the app starts running. It'll be important for a good UX.

@Hixie Hixie added affects: dev experience c: new feature Nothing broken; request for a new capability labels Dec 12, 2015
@Hixie Hixie added this to the Blue Sky milestone Dec 12, 2015
@devoncarew
Copy link
Member

This is covered in more specifics by other issues, and is largely (completely?) implemented.

@radensoft radensoft mentioned this issue May 9, 2021
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

4 participants