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

Support concurrent debugging of Dart/Flutter apps #447

Closed
DanTup opened this issue Nov 19, 2017 · 0 comments
Closed

Support concurrent debugging of Dart/Flutter apps #447

DanTup opened this issue Nov 19, 2017 · 0 comments
Labels
in debugger Relates to the debug adapter or process of launching a debug session is enhancement
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Nov 19, 2017

Eg. you might want to run a server-side Dart web API app and a frontend app (or Flutter app). This requires multi-root support but will also need code that assumes a single debug session to be fixed, like this:

this.observatoryUri = e.body.observatoryUri;

@DanTup DanTup added this to the Backlog milestone Feb 21, 2018
@DanTup DanTup modified the milestones: Backlog, v2.14.0 Jun 5, 2018
@DanTup DanTup added is enhancement in debugger Relates to the debug adapter or process of launching a debug session labels Jun 5, 2018
@DanTup DanTup modified the milestones: v2.14.0, v2.15.0 Jun 7, 2018
DanTup added a commit that referenced this issue Jun 13, 2018
DanTup added a commit that referenced this issue Jun 14, 2018
DanTup added a commit that referenced this issue Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session is enhancement
Projects
None yet
Development

No branches or pull requests

1 participant