/debug-adapter-examples

Examples of Debug Adapter Protocol (DAP) implementation

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Debug Adapter Examples

Debug Adapter Protocol (DAP) の実装例

一覧

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

リンク

DAP:

VSCode: