d12bf71eb0
This readme was moved from DDS to third_party/pkg/dap but this link still points to the old location (now a 404). Change-Id: I737d74085ea726e746a837537121a07bce7e4053 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/378712 Reviewed-by: Helin Shiah <helinx@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>
16 lines
918 B
Markdown
16 lines
918 B
Markdown
This is a package of classes that are generated from the [DAP specifications](https://microsoft.github.io/debug-adapter-protocol/specification) 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](https://github.com/dart-lang/sdk/blob/main/third_party/pkg/dap/tool/README.md).
|