tree: 9ac58a36da6cde878dbf060f3ab47703f4a19d9a [path history] [tgz]
  1. lib/
  2. tool/
  3. analysis_options.yaml
  4. CHANGELOG.md
  5. LICENSE
  6. OWNERS
  7. pubspec.yaml
  8. README.md
third_party/pkg/dap/README.md

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.