I looked over the service protocol docs - is it only documenting the public part of the API?
About how much of the API is public and how much private, and what parts of the private API do you see stabilizing in the near future?
I think I remember that the observatory gave access to the stdout / stderr streams for applications being debugged but I don't see that in the service protocol doc - I assume that's part of the private APIs currently?
--
You received this message because you are subscribed to the Google Groups "Dart VM Observatory Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.
Most of the API is private. We haven't decided what will become public next or when. It will likely be driven by feedback from users of the service protocol. What features do you need?
As John says, I'm about to start working on stdout/stderr right now. We have the api support for getting a named stream and I need to figure out how to do the plumbing.We pushed a lot of very useful apis into the private api before coming out with the draft spec. If you need to use bits of the private api, let us know and we will work to polish them and make them public.
ToddOn Tue, Jul 7, 2015 at 7:09 AM, 'John Mccutchan' via Dart VM Observatory Discuss <observato...@dartlang.org> wrote:On Tue, Jul 7, 2015 at 7:03 AM 'Devon Carew' via Dart VM Observatory Discuss <observato...@dartlang.org> wrote:I looked over the service protocol docs - is it only documenting the public part of the API?Yes. The private API is not documented.About how much of the API is public and how much private, and what parts of the private API do you see stabilizing in the near future?Most of the API is private. We haven't decided what will become public next or when. It will likely be driven by feedback from users of the service protocol. What features do you need?I think I remember that the observatory gave access to the stdout / stderr streams for applications being debugged but I don't see that in the service protocol doc - I assume that's part of the private APIs currently?This is not implemented today. Todd is working on this, I'm not sure when he expects to have this complete or whether or not the RPCs will be public.John--
You received this message because you are subscribed to the Google Groups "Dart VM Observatory Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.