ishche / dapkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitpod Ready-to-Code

DAPKit

DAPKit (Debug Adapter Protocol toolKit) is a tool to proxy or replicate DAP communication between an IDE and a debug adapter.

DAPKit place diagram

DAPKit is useful for IDE and debug adapter developers working with debug adapter protocol.

The application can be used to:

  • Test automation as IDE or debug adapter mock
  • Create a mock of debug adapter to share with third parties
  • Bug reproducing without sharing the actual debug adapter and target system.

IDE mock

DA mock

In proxy mode, DAPKit can on fly detect errors in DAP communication. This can reduce development and testing time and increase debug adapter protocol compliance of debug adapter.

Script validation

About

License:MIT License


Languages

Language:Rust 90.8%Language:TypeScript 7.5%Language:Shell 1.7%