Skip to content

Commit 9fcbcd4

Browse files
authored
Fix some broken links in DAP readme (flutter#155600)
The location of the DAP readme in the Dart SDK repo moved. Some of the links here got updated, but apparently not all.
1 parent b5749a7 commit 9fcbcd4

File tree

1 file changed

+3
-3
lines changed
  • packages/flutter_tools/lib/src/debug_adapters

1 file changed

+3
-3
lines changed

packages/flutter_tools/lib/src/debug_adapters/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Two adapters are available:
1111
- `flutter debug_adapter`
1212
- `flutter debug_adapter --test`
1313

14-
The standard adapter will run applications using `flutter run` while the `--test` adapter will cause scripts to be run using `flutter test` and will emit custom `dart.testNotification` events (described in the [Dart DAP documentation](https://github.com/dart-lang/sdk/blob/main/pkg/dds/tool/dap/README.md#darttestnotification)).
14+
The standard adapter will run applications using `flutter run` while the `--test` adapter will cause scripts to be run using `flutter test` and will emit custom `dart.testNotification` events (described in the [Dart DAP documentation](https://github.com/dart-lang/sdk/blob/main/third_party/pkg/dap/tool/README.md#darttestnotification)).
1515

1616
Because in the DAP protocol the client speaks first, running this command from the terminal will result in no output (nor will the process terminate). This is expected behaviour.
1717

@@ -47,7 +47,7 @@ Arguments specific to `attachRequest` are:
4747

4848
## Custom Requests
4949

50-
Some custom requests are available for clients to call. Below are the Flutter-specific custom requests, but the standard Dart DAP custom requests are also [documented here](https://github.com/dart-lang/sdk/blob/main/pkg/dds/tool/dap/README.md#custom-requests).
50+
Some custom requests are available for clients to call. Below are the Flutter-specific custom requests, but the standard Dart DAP custom requests are also [documented here](https://github.com/dart-lang/sdk/blob/main/third_party/pkg/dap/tool/README.md#custom-requests).
5151

5252
### `hotReload`
5353

@@ -71,7 +71,7 @@ Some custom requests are available for clients to call. Below are the Flutter-sp
7171

7272
## Custom Events
7373

74-
The debug adapter may emit several custom events that are useful to clients. Below are the Flutter-specific custom events, and the standard Dart DAP custom events are [documented here](https://github.com/dart-lang/sdk/blob/main/pkg/dds/tool/dap/README.md#custom-events).
74+
The debug adapter may emit several custom events that are useful to clients. Below are the Flutter-specific custom events, and the standard Dart DAP custom events are [documented here](https://github.com/dart-lang/sdk/blob/main/third_party/pkg/dap/tool/README.md#custom-events).
7575

7676
### `flutter.appStarted`
7777

0 commit comments

Comments
 (0)