Discussion:
[dart-misc] Re: [dart-announce] Breaking change to service protocol
Danny Tuppeny
2016-11-18 12:00:12 UTC
Permalink
On Mon, 14 Nov 2016 at 15:31 'John Mccutchan' via Dart Announcements <
Hi Dart developers,
In Dart 1.22 the URL to the service protocol and Observatory will change.
Observatory listening on http://127.0.0.1:54804/
The current output doesn't seem to actually include a trailing slash on the
end. This caught me out because extending the regex to include both
resulted in output that had a trailing slash for the new version but not
for the old. It's easy enough to fix, but if you can't easily attach a
debugger to your debug adapter (like me, for Code) it might not be obvious
what's wrong (as well as not easily being able to debug, we don't get error
messages if our debug adapter crashes).
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...