Index: lib/src/runner/environment.dart |
diff --git a/lib/src/runner/environment.dart b/lib/src/runner/environment.dart |
index cc190dfd87f492aff43dfad5dd26f28700dd1c7a..33911c4cb9d43cffd3445edbce43711dc25de3a2 100644 |
--- a/lib/src/runner/environment.dart |
+++ b/lib/src/runner/environment.dart |
@@ -13,6 +13,10 @@ abstract class Environment { |
/// environment doesn't run the Dart VM or the URL couldn't be detected. |
Uri get observatoryUrl; |
+ /// The URL of the remote debugger for this environment, or `null` if it isn't |
+ /// enabled. |
+ Uri get remoteDebuggerUrl; |
+ |
/// Displays information indicating that the test runner is paused. |
/// |
/// The returned future will complete when the user takes action within the |