dap_adapters 1.0.0 copy "dap_adapters: ^1.0.0" to clipboard
dap_adapters: ^1.0.0 copied to clipboard

Dart Debug Adapter Protocol (DAP) adapters translating the DAP protocol to the Dart VM Service protocol.

package:dap_adapters #

Dart Debug Adapter Protocol (DAP) adapters.

This package contains implementations of the Debug Adapter Protocol (DAP) for Dart. These adapters translate DAP requests from an IDE (or other client) into the Dart VM Service protocol, enabling debugging of Dart applications.

Functionality #

This package provides:

  • Dart CLI Debug Adapter: For debugging command-line Dart applications.
  • Dart Test Debug Adapter: For debugging Dart tests (running via package:test).

These adapters were previously shipped as part of package:dds.

Usage #

Typically, you do not need to use this package directly. It is used by IDE extensions (such as Dart Code for VS Code) to manage debugging sessions.

0
likes
150
points
51.3k
downloads

Documentation

API reference

Publisher

verified publishertools.dart.dev

Weekly Downloads

Dart Debug Adapter Protocol (DAP) adapters translating the DAP protocol to the Dart VM Service protocol.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

async, collection, dap, dds_service_extensions, json_rpc_2, meta, path, vm_service

More

Packages that depend on dap_adapters