diff --git a/pkg/dartdev/lib/src/commands/run.dart b/pkg/dartdev/lib/src/commands/run.dart index 4a558f5a4d7..c041ac066dd 100644 --- a/pkg/dartdev/lib/src/commands/run.dart +++ b/pkg/dartdev/lib/src/commands/run.dart @@ -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;