Skip to content

Conversation

@johnmccutchan
Copy link
Contributor

  • add pauseEvent to Isolate.
  • add PausePostRequest pause kind.
  • Do not reassemble the application if the isolate is paused after a reload.

Now when the isolate is paused after a hot reload, we do not invoke any Dart code in the isolate and leave control in the debug clients. This allows for debug clients to set breakpoints, etc after a reload.

@johnmccutchan
Copy link
Contributor Author

@devoncarew @mit-mit

Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be a printTrace to match the Reassembling application message below. If this should be user-facing, we may want to update the message to make it clearer to the user what's happening.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@devoncarew
Copy link
Contributor

lgtm

@johnmccutchan johnmccutchan merged commit 9112823 into flutter:master Oct 20, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants