[ VM / DartDev ] Default to port 8181 for DDS

Change-Id: I5356e962895add05663752e3f062181ded669dd0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147922
Reviewed-by: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ben Konyi
2020-05-13 23:34:57 +00:00
parent 5ccd3fa3ee
commit b9da2c1d2e
+1 -1
View File
@@ -254,7 +254,7 @@ class _DebuggingSession {
Uri _bindAddress = Uri.http('127.0.0.1', '');
DartDevelopmentService _dds;
bool _observe = false;
int _port = 0;
int _port = 8181;
Process _process;
Uri _serviceInfoUri;
Future _stderrDone;