Files
sdk/runtime/bin
Ben Konyi 499ae5c363 [ VM / DartDev ] Fix issue where --disable-dart-dev and --observe argument order mattered
Prior to this change, if the VM was run with:

`dart --observe=8282 --disable-dart-dev foo.dart`

The custom VM service port would be ignored whereas with:

`dart --disable-dart-dev --observe=8282 foo.dart`

The custom VM service port would be used. This was due to
the value of `--disable-dart-dev` being used during argument parsing
even though the value may not have been parsed yet.

Change-Id: I221fb4c0ad6fdc0ae1855bd60b58c115de00e34b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148153
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-05-14 19:56:35 +00:00
..
2018-01-18 16:38:54 +00:00
2018-05-03 17:59:44 +00:00
2020-05-04 21:15:27 +00:00
2020-05-07 19:40:18 +00:00
2020-03-25 05:01:10 +00:00