-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Provide an API to enable Observatory from within the Dart process #23320
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
Comments
Blocking dart-lang/test#50 Added this to the 1.11 milestone. |
This is currently not a planned feature. Removed this from the 1.11 milestone. |
Where are the tests? I only see one file with maybe 20 lines of actual code. Where are the tests that requests with invalid auth codes don't go through? What happens if This also seems substantially under-documented. There's no documentation for the |
Was an option to select port ever added here? Can't find it in API ref. |
We want to be able to ship commands, like 'pub run test' or even globally activated tools that can opt-in to having the observatory running while running.
It's also important that the process can know which port observatory is listening on without having to parse stdout at runtime.
A top-level method in dart:io (or even a static on Platform)
Uri enableVMService({int port})
or similar
The text was updated successfully, but these errors were encountered: