Files
Lasse R.H. Nielsen 56505e0575 Stop using Match.group.
The `Match.operator[]` does the same thing and is
generally recommended (and shorter).
(I want to deprecate `group` and `groups`)

Tested: Refactoring.
CoreLibraryReviewExempt: Calling equivalent function.
Change-Id: I4c758968ae622fe16b7322be1b29b05b91e7fcd9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/489021
Reviewed-by: Paul Berry <paulberry@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>
2026-03-20 09:09:46 -07:00
..
2026-03-20 09:09:46 -07:00
2024-08-08 15:13:43 +00:00

This is a package of classes that are generated from the DAP specifications along with their generating code.

tool/external_dap_spec/debugAdapterProtocol.json is an unmodified copy of the DAP Specification, downloaded from:

https://raw.githubusercontent.com/microsoft/debug-adapter-protocol/gh-pages/debugAdapterProtocol.json

This accompanying file is the version of the specification that was used to generate a portion of the Dart code used to support the protocol.

To regenerate the generated code, run the script in "tool/dap/generate_all.dart" with no arguments. To download the latest version of the specification before regenerating the code, run the same script with the "--download" argument.

More information on Dart support for DAP is available here.