Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.25 KB

Debug Adapter Examples

Debug Adapter Protocol (DAP) の実装例

一覧

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

リンク

DAP:

VSCode: