vain0x / debug-adapter-examples

Examples of Debug Adapter Protocol (DAP) implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug Adapter Examples

Debug Adapter Protocol (DAP) の実装例

一覧

  • adapter-minimal
    • 起動と終了だけできる DAP アダプタ
    • 通信まわりや拡張機能の設定の参考になるはず
  • adapter-json
    • 変数の表示だけできる DAP アダプタ
    • variables リクエストの参考になるはず
  • adapter-step
    • ステップ実行ができる DAP アダプタ
    • stepIn などのリクエストの参考になるはず

リンク

DAP:

VSCode:

About

Examples of Debug Adapter Protocol (DAP) implementation

License:Creative Commons Zero v1.0 Universal


Languages

Language:TypeScript 89.9%Language:JavaScript 10.1%